Disable -Wpedantic

This commit is contained in:
Lactozilla 2024-06-05 15:40:50 -03:00
parent 5de350e028
commit 89dbfe32db

View file

@ -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