8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb8d61 commit f59a1d7Copy full SHA for f59a1d7
02-Use_the_Tools_Available.md
@@ -125,6 +125,7 @@ You should use as many compilers as you can for your platform(s). Each compiler
125
* `-Wdouble-promotion` (GCC >= 4.6, Clang >= 3.8) warn if `float` is implicit promoted to `double`
126
* `-Wformat=2` warn on security issues around functions that format output (ie `printf`)
127
* `-Wlifetime` (only special branch of Clang currently) shows object lifetime issues
128
+ * `-Wimplicit-fallthrough` Warns when case statements fall-through. (Included with `-Wextra` in GCC, not in clang)
129
130
Consider using `-Weverything` and disabling the few warnings you need to on Clang
131
0 commit comments