mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-28 22:23:43 +00:00
CONFIGURE: Fix PS2 compilation
newlib system include files suppress M_* defines under __STRICT_ANSI__
This commit is contained in:
parent
e6c8d151f9
commit
3e1bea3f17
2
configure
vendored
2
configure
vendored
@ -3119,7 +3119,7 @@ if test "$have_gcc" = yes ; then
|
||||
case $_host_os in
|
||||
# newlib-based system include files suppress non-C89 function
|
||||
# declarations under __STRICT_ANSI__
|
||||
amigaos* | android | dreamcast | ds | gamecube | mingw* | n64 | psp | wii | wince )
|
||||
amigaos* | android | dreamcast | ds | gamecube | mingw* | n64 | psp | ps2 | wii | wince )
|
||||
CXXFLAGS="$CXXFLAGS -W -Wno-unused-parameter"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user