xpc: don't warn about pointer signedness mismatch (-Wno-pointer-sign)
This commit is contained in:
@@ -199,6 +199,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
CODE_SIGN_IDENTITY = "Joe Developer";
|
CODE_SIGN_IDENTITY = "Joe Developer";
|
||||||
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
||||||
|
GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO;
|
||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
/usr/include,
|
/usr/include,
|
||||||
../../libstrongswan,
|
../../libstrongswan,
|
||||||
@@ -250,6 +251,7 @@
|
|||||||
CODE_SIGN_IDENTITY = "Joe Developer";
|
CODE_SIGN_IDENTITY = "Joe Developer";
|
||||||
COPY_PHASE_STRIP = YES;
|
COPY_PHASE_STRIP = YES;
|
||||||
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
|
||||||
|
GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO;
|
||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
/usr/include,
|
/usr/include,
|
||||||
../../libstrongswan,
|
../../libstrongswan,
|
||||||
|
|||||||
Reference in New Issue
Block a user