mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-28 07:35:34 +02:00
-Wno-error-all
This commit is contained in:
parent
a5b7451f1d
commit
fc79b582f5
1 changed files with 3 additions and 0 deletions
|
|
@ -169,6 +169,9 @@ else()
|
|||
$<$<COMPILE_LANGUAGE:C,CXX>:-Wmissing-declarations>
|
||||
$<$<COMPILE_LANGUAGE:C,CXX>:-Wshadow>
|
||||
$<$<COMPILE_LANGUAGE:C,CXX>:-Wunused>)
|
||||
# Some compilers could particularly misbehave :)
|
||||
add_compile_options(
|
||||
$<$<COMPILE_LANGUAGE:C,CXX>:-Wno-error-all>)
|
||||
endif()
|
||||
add_compile_options(
|
||||
$<$<COMPILE_LANGUAGE:C,CXX>:-Wno-attributes>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue