Treat all warnings as errors in C++ sources
This commit is contained in:
parent
6967f9a060
commit
59b553410b
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ target_compile_options(
|
|||
BoltCore
|
||||
PUBLIC
|
||||
-fstandalone-debug
|
||||
-Werror
|
||||
${ICU_CFLAGS}
|
||||
)
|
||||
target_include_directories(
|
||||
|
|
Loading…
Reference in a new issue