mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove unintended g++ warnings
This commit is contained in:
parent
0734ffc201
commit
c8f986db4d
1 changed files with 2 additions and 3 deletions
|
|
@ -622,11 +622,10 @@ target_compile_options(SRB2SDL2 PRIVATE
|
||||||
# C++, GNU
|
# C++, GNU
|
||||||
$<$<AND:$<COMPILE_LANGUAGE:CXX>,$<CXX_COMPILER_ID:GNU>>:
|
$<$<AND:$<COMPILE_LANGUAGE:CXX>,$<CXX_COMPILER_ID:GNU>>:
|
||||||
-Wall
|
-Wall
|
||||||
-Wno-c++98-compat
|
|
||||||
-Wno-c++11-compat
|
-Wno-c++11-compat
|
||||||
-Wno-c++14-compat # No C++14 compat needed
|
-Wno-c++14-compat # No C++14 compat needed
|
||||||
-Werror=c++20-extensions
|
-Wc++20-extensions
|
||||||
-Werror=c++23-extensions # Disallow newer language features entirely
|
-Wc++23-extensions # Disallow newer language features entirely
|
||||||
>
|
>
|
||||||
|
|
||||||
# C++, Clang and Apple Clang
|
# C++, Clang and Apple Clang
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue