mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
CONFIGURE: (AMIGAOS) Fix gcc silencing
Obviously there is no such thing as "append_var" in scummvm-tools configure
This commit is contained in:
committed by
Eugene Sandulenko
parent
d89a6f8798
commit
c187933e4e
@@ -1188,7 +1188,7 @@ case $_host_os in
|
||||
# already typedefs (u)int32 as (unsigned) long and suppress
|
||||
# those noisy format warnings caused by the 'long' 4 byte
|
||||
type_4_byte='long'
|
||||
append_var CXXFLAGS "-Wno-format"
|
||||
CXXFLAGS="$CXXFLAGS -Wno-format"
|
||||
;;
|
||||
beos*)
|
||||
DEFINES="$DEFINES -DSYSTEM_NOT_SUPPORTING_D_TYPE"
|
||||
|
||||
Reference in New Issue
Block a user