mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-06 08:40: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"
|
"-Wextra"
|
||||||
"-Wno-sign-compare"
|
"-Wno-sign-compare"
|
||||||
"-Wno-unused-parameter"
|
"-Wno-unused-parameter"
|
||||||
|
"-Wstrict-prototypes"
|
||||||
"$<$<C_COMPILER_ID:GNU>:-Wimplicit-fallthrough=2>"
|
"$<$<C_COMPILER_ID:GNU>:-Wimplicit-fallthrough=2>"
|
||||||
"-Werror"
|
"-Werror"
|
||||||
"-Wfatal-errors"
|
"-Wfatal-errors"
|
||||||
|
|
Loading…
Add table
Reference in a new issue