Build: Enable implicit fallthrough warnings on clang

This commit is contained in:
Peter Keresztes Schmidt 2021-04-11 23:01:17 +02:00
parent 84067a6af8
commit e8565b0704
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ target_compile_options(zm-warning-interface
INTERFACE
-Wall
-Wextra
-Wimplicit-fallthrough
-Wno-unused-parameter)
if(ASAN)