[Scummvm-cvs-logs] scummvm master -> a0213fe06128d4bf34f7e47484c4130ae2543afa

lordhoto lordhoto at gmail.com
Mon Feb 15 10:02:52 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a0213fe061 CONFIGURE: Enable MT-32 for iOS7 and enable shift count warnings again.


Commit: a0213fe06128d4bf34f7e47484c4130ae2543afa
    https://github.com/scummvm/scummvm/commit/a0213fe06128d4bf34f7e47484c4130ae2543afa
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-02-15T10:01:36+01:00

Commit Message:
CONFIGURE: Enable MT-32 for iOS7 and enable shift count warnings again.

Changed paths:
    configure



diff --git a/configure b/configure
index 2e69868..bce9dc8 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
 			;;






More information about the Scummvm-git-logs mailing list