]> git.saurik.com Git - cycript.git/blobdiff - configure.ac
Fix build of cycript using clang++-3.7, from Fink.
[cycript.git] / configure.ac
index 4de80a940ef46cbc8b98d50c1d31cf293bc7c3ca..b9dc7f82b25f95a74a855afa8f7c50057ac6f31d 100644 (file)
@@ -122,8 +122,10 @@ 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-empty-body])
 CY_TEST_FLAG([-Wno-overloaded-virtual])
 CY_TEST_FLAG([-Wno-parentheses])
+CY_TEST_FLAG([-Wno-tautological-undefined-compare])
 CY_TEST_FLAG([-Wno-unneeded-internal-declaration])
 
 AX_PTHREAD