aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMServiceManagementTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMServiceManagementTest.m')
-rw-r--r--Foundation/GTMServiceManagementTest.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/Foundation/GTMServiceManagementTest.m b/Foundation/GTMServiceManagementTest.m
index 79881f3..80d3f3c 100644
--- a/Foundation/GTMServiceManagementTest.m
+++ b/Foundation/GTMServiceManagementTest.m
@@ -33,6 +33,10 @@ static NSString const *kGTMSocketKey
static NSString const *kGTMSocketName
= @"GTMServiceManagementTesting";
+#pragma clang diagnostic push
+// Ignore all of the deprecation warnings for GTMServiceManagement
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
+
@interface GTMServiceManagementTest : GTMTestCase
@end
@@ -215,4 +219,6 @@ static NSString const *kGTMSocketName
@end
+#pragma clang diagnostic pop
+
#endif // if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4