summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/data/qderivedstring_p.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-29 12:59:19 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-30 22:16:47 +0000
commitf799a226b1025bf7158bc00dff35ee060f57a137 (patch)
tree409168c9cc203681029ba2295bb54e4a24381257 /src/xmlpatterns/data/qderivedstring_p.h
parent2e07221d52162231755d1bd521478a899f47da19 (diff)
downloadqtxmlpatterns-f799a226b1025bf7158bc00dff35ee060f57a137.tar.gz
Cleanup implicit fallthroughs in xmlpatterns5.8
Use Q_FALLTHOUGH instead of comments, and use it consistently. Change-Id: Ieaf4867b612e624774011275b90cdd3678a29fe9 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/xmlpatterns/data/qderivedstring_p.h')
-rw-r--r--src/xmlpatterns/data/qderivedstring_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xmlpatterns/data/qderivedstring_p.h b/src/xmlpatterns/data/qderivedstring_p.h
index ead2311..b37e77e 100644
--- a/src/xmlpatterns/data/qderivedstring_p.h
+++ b/src/xmlpatterns/data/qderivedstring_p.h
@@ -285,11 +285,8 @@ namespace QPatternist
return error(np, simplified);
}
case TypeID:
- /* Fallthrough. */
case TypeIDREF:
- /* Fallthrough. */
case TypeENTITY:
- /* Fallthrough. */
case TypeNCName:
{
/* We treat xs:ID, xs:ENTITY, xs:IDREF and xs:NCName in the exact same