summaryrefslogtreecommitdiff
path: root/src/pugixml/pugixml.cpp
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2020-10-27 10:00:57 +0100
committerLutz Bichler <Lutz.Bichler@bmw.de>2020-10-27 10:00:57 +0100
commitd1610ad0d6f1b6751964af41a0cc1599e2d7a955 (patch)
tree2144ae231a4ca372f497605d5b4779d2e11c2888 /src/pugixml/pugixml.cpp
parent9f85f0f18d9ca436fb618769149ee02e78fd283b (diff)
downloadgenivi-common-api-dbus-runtime-master.tar.gz
capicxx-dbus-runtime 3.2.0HEAD3.2.0master
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();