mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 13:42:37 +00:00
DS: Supress format warnings
This commit is contained in:
parent
73e8a49464
commit
ac4748a6d3
2
configure
vendored
2
configure
vendored
@ -3003,6 +3003,8 @@ EOF
|
||||
append_var CXXFLAGS "-fdata-sections"
|
||||
append_var CXXFLAGS "-fno-strict-aliasing"
|
||||
append_var CXXFLAGS "-fuse-cxa-atexit"
|
||||
# Supress format warnings as the long 4 byte causes noisy warnings.
|
||||
append_var CXXFLAGS "-Wno-format"
|
||||
append_var LDFLAGS "-mthumb"
|
||||
append_var LDFLAGS "-mthumb-interwork"
|
||||
append_var LDFLAGS "-mfloat-abi=soft"
|
||||
|
Loading…
x
Reference in New Issue
Block a user