mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Disable -Wpedantic
This commit is contained in:
parent
5de350e028
commit
89dbfe32db
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ target_compile_options(SRB2SDL2 PRIVATE
|
||||||
-Wall
|
-Wall
|
||||||
-Wno-trigraphs
|
-Wno-trigraphs
|
||||||
-W # Was controlled by RELAXWARNINGS
|
-W # Was controlled by RELAXWARNINGS
|
||||||
-pedantic
|
|
||||||
-Wpedantic
|
|
||||||
-Wfloat-equal
|
-Wfloat-equal
|
||||||
-Wundef
|
-Wundef
|
||||||
-Wpointer-arith
|
-Wpointer-arith
|
||||||
|
|
Loading…
Reference in a new issue