mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Build: Enable -Wconditionally-supported on GCC
We want to have warnings if we use some implementation-specific features of GCC to be able to keep compatibility with clang.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
target_compile_options(zm-warning-interface
|
||||
INTERFACE
|
||||
-Wall
|
||||
-Wconditionally-supported
|
||||
-Wextra
|
||||
-Wformat-security
|
||||
-Wno-cast-function-type
|
||||
|
||||
Reference in New Issue
Block a user