cmake: ignore Wclobbered
fails build otherwise
This commit is contained in:
parent
50e1bec85f
commit
8d6618104e
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ add_compile_options(
|
|||
-Wno-missing-field-initializers
|
||||
-Wno-narrowing
|
||||
-Wno-pointer-arith
|
||||
-Wno-clobbered
|
||||
-fmacro-prefix-map=${CMAKE_SOURCE_DIR}/=)
|
||||
|
||||
set(CMAKE_EXECUTABLE_ENABLE_EXPORTS TRUE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue