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
|
||||
-Wall
|
||||
-Wextra
|
||||
-Wimplicit-fallthrough
|
||||
-Wno-unused-parameter)
|
||||
|
||||
if(ASAN)
|
||||
|
|
Loading…
Reference in New Issue