aboutsummaryrefslogtreecommitdiff
path: root/objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-05-27 15:04:06 -0400
committerThomas Van Lenten <thomasvl@google.com>2016-05-27 15:04:06 -0400
commit40ff94ebef494e2e16107ce2965215ae67c031c1 (patch)
treeb6f6883c9751e6b8e369f078f09397129708d45f /objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj
parent86e8f1fd7add7b32f3218d121837b92e1c847e18 (diff)
parent38b9e74691b484d2521fc6d8f421fc3dc14aa143 (diff)
downloadprotobuf-40ff94ebef494e2e16107ce2965215ae67c031c1.tar.gz
protobuf-40ff94ebef494e2e16107ce2965215ae67c031c1.tar.bz2
protobuf-40ff94ebef494e2e16107ce2965215ae67c031c1.zip
Merge pull request #1617 from thomasvl/more_warnings
Add -Woverriding-method-mismatch.
Diffstat (limited to 'objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj')
-rw-r--r--objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj b/objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj
index b2721232..2c5886a7 100644
--- a/objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj
+++ b/objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj
@@ -836,6 +836,7 @@
"-Wreserved-id-macro",
"-Wswitch-enum",
"-Wdirect-ivar-access",
+ "-Woverriding-method-mismatch",
);
};
name = Debug;
@@ -892,6 +893,7 @@
"-Wreserved-id-macro",
"-Wswitch-enum",
"-Wdirect-ivar-access",
+ "-Woverriding-method-mismatch",
);
};
name = Release;