mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] enforce building with -Wstrict-prototypes
This commit is contained in:
parent
3189c7bcd6
commit
88d60d4b3d
@ -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…
Reference in New Issue
Block a user