Build: Enable implicit fallthrough warnings on clang
This commit is contained in:
parent
84067a6af8
commit
e8565b0704
|
@ -2,6 +2,7 @@ target_compile_options(zm-warning-interface
|
||||||
INTERFACE
|
INTERFACE
|
||||||
-Wall
|
-Wall
|
||||||
-Wextra
|
-Wextra
|
||||||
|
-Wimplicit-fallthrough
|
||||||
-Wno-unused-parameter)
|
-Wno-unused-parameter)
|
||||||
|
|
||||||
if(ASAN)
|
if(ASAN)
|
||||||
|
|
Loading…
Reference in New Issue