summaryrefslogtreecommitdiff
path: root/macosx/Pcsxr.xcodeproj
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-10-01 19:49:24 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-10-01 19:49:24 +0000
commit2696434b4e4890b0c77db963e17cc9282ec93134 (patch)
treea3a0961ea5759a7f0132df616c2b3c327e695a04 /macosx/Pcsxr.xcodeproj
parentc2cb84c86ec9a3db773adca91ea5630a63e27320 (diff)
downloadpcsxr-2696434b4e4890b0c77db963e17cc9282ec93134.tar.gz
OS X: Match the command-line arguments with those of the Linux/UNIX version.
Quiet warnings about comments. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91777 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Pcsxr.xcodeproj')
-rw-r--r--macosx/Pcsxr.xcodeproj/project.pbxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj
index c3b44f77..99a5e15b 100644
--- a/macosx/Pcsxr.xcodeproj/project.pbxproj
+++ b/macosx/Pcsxr.xcodeproj/project.pbxproj
@@ -3492,6 +3492,7 @@
SDKROOT = macosx;
SKIP_INSTALL = YES;
STRINGS_FILE_OUTPUT_ENCODING = binary;
+ WARNING_CFLAGS = "-Wno-comment";
};
name = Instrument;
};
@@ -3776,6 +3777,7 @@
SKIP_INSTALL = YES;
STRINGS_FILE_OUTPUT_ENCODING = binary;
STRIP_INSTALLED_PRODUCT = NO;
+ WARNING_CFLAGS = "-Wno-comment";
};
name = Debug;
};
@@ -3829,6 +3831,7 @@
SDKROOT = macosx;
SKIP_INSTALL = YES;
STRINGS_FILE_OUTPUT_ENCODING = binary;
+ WARNING_CFLAGS = "-Wno-comment";
};
name = Release;
};