summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-10 17:02:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-10 17:02:15 +0200
commit2188f877ed4c5536e21dfac125d04bb4364ce330 (patch)
treed4a8aa142a3289357fc7045d8ce6ec164054f974 /idlc
parent0664c36889e082589dc3dd584ab657536c561af2 (diff)
Add SAL_FALLTHROUGH, where apparently appropriate
Change-Id: I07f247f003a5522e7d655f30f7c68d1b8f7225f2
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/astdump.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/idlc/source/astdump.cxx b/idlc/source/astdump.cxx
index ea267b28b652..c8a87ec77bbc 100644
--- a/idlc/source/astdump.cxx
+++ b/idlc/source/astdump.cxx
@@ -200,6 +200,7 @@ bool AstService::dump(RegistryKey& rKey)
getRealService()->getRelativName();
break;
}
+ SAL_FALLTHROUGH;
case NT_interface_member:
case NT_observes:
case NT_needs: