summaryrefslogtreecommitdiff
path: root/src/pugixml/pugixml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugixml/pugixml.cpp')
-rw-r--r--src/pugixml/pugixml.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pugixml/pugixml.cpp b/src/pugixml/pugixml.cpp
index a97e065..84144e0 100644
--- a/src/pugixml/pugixml.cpp
+++ b/src/pugixml/pugixml.cpp
@@ -8119,7 +8119,7 @@ PUGI__NS_BEGIN
// fallthrough to type conversion
}
-
+ /* FALLTHRU */
default:
{
switch (_rettype)
@@ -8255,7 +8255,7 @@ PUGI__NS_BEGIN
// fallthrough to type conversion
}
-
+ /* FALLTHRU */
default:
{
switch (_rettype)
@@ -8524,7 +8524,7 @@ PUGI__NS_BEGIN
// fallthrough to type conversion
}
-
+ /* FALLTHROUGH */
default:
{
switch (_rettype)
@@ -8673,7 +8673,7 @@ PUGI__NS_BEGIN
// fallthrough to type conversion
}
-
+ /* FALLTHROUGH */
default:
assert(0 && "Wrong expression for return type node set");
return xpath_node_set_raw();