aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2016-02-15 09:56:13 +0100
committerJohannes Schickel2016-02-15 10:01:36 +0100
commita0213fe06128d4bf34f7e47484c4130ae2543afa (patch)
tree2be0733bd7bfab2b90f5841bcb6e1f5c862b7379
parenteef0b11feb926f4c4e46f0a1e3a3bb5c267e2c90 (diff)
downloadscummvm-rg350-a0213fe06128d4bf34f7e47484c4130ae2543afa.tar.gz
scummvm-rg350-a0213fe06128d4bf34f7e47484c4130ae2543afa.tar.bz2
scummvm-rg350-a0213fe06128d4bf34f7e47484c4130ae2543afa.zip
CONFIGURE: Enable MT-32 for iOS7 and enable shift count warnings again.
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 2e698689cc..bce9dc8f9b 100755
--- a/configure
+++ b/configure
@@ -2753,11 +2753,8 @@ if test -n "$_host"; then
;;
ios7)
append_var DEFINES "-DIPHONE"
- append_var CFLAGS "-Wno-shift-count-overflow"
- append_var CXXFLAGS "-Wno-shift-count-overflow"
_backend="ios7"
_build_scalers=no
- _mt32emu=no
_seq_midi=no
_timidity=no
;;