mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-06 00:30:49 +00:00
[client] enforce building with -Wstrict-prototypes
This commit is contained in:
parent
3189c7bcd6
commit
88d60d4b3d
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ add_compile_options(
|
|||
"-Wextra"
|
||||
"-Wno-sign-compare"
|
||||
"-Wno-unused-parameter"
|
||||
"-Wstrict-prototypes"
|
||||
"$<$<C_COMPILER_ID:GNU>:-Wimplicit-fallthrough=2>"
|
||||
"-Werror"
|
||||
"-Wfatal-errors"
|
||||
|
|
Loading…
Add table
Reference in a new issue