From fbc89786b530050a222ecc21863c132582e95218 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 2 May 2013 11:58:43 +0200 Subject: [PATCH] xpc: don't warn about pointer signedness mismatch (-Wno-pointer-sign) --- src/frontends/osx/strongSwan.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj b/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj index 7fa304b2b2..29140b75f2 100644 --- a/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj +++ b/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj @@ -199,6 +199,7 @@ buildSettings = { CODE_SIGN_IDENTITY = "Joe Developer"; GCC_WARN_64_TO_32_BIT_CONVERSION = NO; + GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO; HEADER_SEARCH_PATHS = ( /usr/include, ../../libstrongswan, @@ -250,6 +251,7 @@ CODE_SIGN_IDENTITY = "Joe Developer"; COPY_PHASE_STRIP = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = NO; + GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO; HEADER_SEARCH_PATHS = ( /usr/include, ../../libstrongswan, -- 2.47.2