]> git.saurik.com Git - cycript.git/blobdiff - configure.ac
Support full compilation on Mac OS X with clang++.
[cycript.git] / configure.ac
index 02a84f0618735c1535937b44b8dad11589ea19fa..bdca840d809576412d1edf0424505c34719bf02b 100644 (file)
@@ -129,6 +129,9 @@ AC_DEFUN([CY_TEST_FLAG], [
 AX_CFLAGS_WARN_ALL
 AX_CXXFLAGS_WARN_ALL
 
+dnl XXX: this is used to support GNU Objective-C struct objc_method
+CY_TEST_FLAG([-Wno-deprecated-declarations])
+
 CY_TEST_FLAG([-Wno-dangling-else])
 CY_TEST_FLAG([-Wno-overloaded-virtual])
 CY_TEST_FLAG([-Wno-parentheses])