mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-28 09:45:45 +02:00
-Wno-error-all
This commit is contained in:
parent
c0ba98bb59
commit
89bbe59dd2
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