From 99b61c4a379f96e6afc87df05afeafb35e09840a Mon Sep 17 00:00:00 2001 From: Craig Gidney Date: Sun, 7 Sep 2014 16:51:53 -0700 Subject: [PATCH] Disabled warnings that were firing in the sub-project for the third-party speex code. FREEBIE --- Libraries/speex/speex.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Libraries/speex/speex.xcodeproj/project.pbxproj b/Libraries/speex/speex.xcodeproj/project.pbxproj index e6d101bb4..9ae21a91b 100644 --- a/Libraries/speex/speex.xcodeproj/project.pbxproj +++ b/Libraries/speex/speex.xcodeproj/project.pbxproj @@ -619,6 +619,7 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + GCC_WARN_64_TO_32_BIT_CONVERSION = NO; "HEADER_SEARCH_PATHS[arch=*]" = "$(SRCROOT)/include"; IPHONEOS_DEPLOYMENT_TARGET = 4.3; ONLY_ACTIVE_ARCH = NO; @@ -633,6 +634,7 @@ isa = XCBuildConfiguration; buildSettings = { EXECUTABLE_PREFIX = lib; + GCC_WARN_64_TO_32_BIT_CONVERSION = NO; "HEADER_SEARCH_PATHS[arch=*]" = "$(SRCROOT)/include"; IPHONEOS_DEPLOYMENT_TARGET = 4.3; ONLY_ACTIVE_ARCH = NO;