[Scummvm-git-logs] scummvm-tools master -> c187933e4e7288cb2bc50204695b733d04620a4e
sev-
noreply at scummvm.org
Wed Nov 23 23:22:10 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
c187933e4e CONFIGURE: (AMIGAOS) Fix gcc silencing
Commit: c187933e4e7288cb2bc50204695b733d04620a4e
https://github.com/scummvm/scummvm-tools/commit/c187933e4e7288cb2bc50204695b733d04620a4e
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2022-11-24T00:22:07+01:00
Commit Message:
CONFIGURE: (AMIGAOS) Fix gcc silencing
Obviously there is no such thing as "append_var" in scummvm-tools configure
Changed paths:
configure
diff --git a/configure b/configure
index 65fabc76..31ad6db9 100755
--- a/configure
+++ b/configure
@@ -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"
More information about the Scummvm-git-logs
mailing list