diff options
Diffstat (limited to 'js/xpconnect/src/XPCShellImpl.cpp')
-rw-r--r-- | js/xpconnect/src/XPCShellImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/xpconnect/src/XPCShellImpl.cpp b/js/xpconnect/src/XPCShellImpl.cpp index ba56a4a0ee..7f748c8f53 100644 --- a/js/xpconnect/src/XPCShellImpl.cpp +++ b/js/xpconnect/src/XPCShellImpl.cpp @@ -935,7 +935,7 @@ ProcessArgsForCompartment(JSContext* cx, char** argv, int argc) break; case 'S': ContextOptionsRef(cx).toggleWerror(); - MOZ_FALLTHROUGH; // because -S implies -s + [[fallthrough]]; // because -S implies -s case 's': ContextOptionsRef(cx).toggleExtraWarnings(); break; |