From: Jay Freeman (saurik) Date: Thu, 20 Jun 2013 13:58:48 +0000 (-0700) Subject: Add -Wno-dangling-else, required by clang++ -Wall. X-Git-Tag: v0.9.500%b1~73 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/0cfdb323b24a4f14f7eef842675dc5ae1dc09201 Add -Wno-dangling-else, required by clang++ -Wall. --- diff --git a/configure.ac b/configure.ac index a900ad7..02a84f0 100644 --- a/configure.ac +++ b/configure.ac @@ -129,6 +129,7 @@ AC_DEFUN([CY_TEST_FLAG], [ AX_CFLAGS_WARN_ALL AX_CXXFLAGS_WARN_ALL +CY_TEST_FLAG([-Wno-dangling-else]) CY_TEST_FLAG([-Wno-overloaded-virtual]) CY_TEST_FLAG([-Wno-parentheses]) CY_TEST_FLAG([-Wno-unneeded-internal-declaration])