cmake: remove -Waggregate-return

This commit is contained in:
James R 2022-11-27 03:27:10 -08:00
parent 63069ce710
commit a8ccedbbc0

View file

@ -231,7 +231,6 @@ target_compile_options(SRB2SDL2 PRIVATE
-Wcast-align # Was controlled by NOCASTALIGNWARN
-Wwrite-strings
-Wsign-compare
-Waggregate-return
-Wmissing-prototypes
-Wmissing-declarations
-Wmissing-noreturn