From: Jay Freeman (saurik) Date: Sun, 23 Jun 2013 10:23:35 +0000 (-0700) Subject: Objective-C++ does not have a normal -Wall macro. X-Git-Tag: v0.9.500%b1~42 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/90b4fa6ba159271d01704586e1d1a96ceb2bad5b?ds=inline Objective-C++ does not have a normal -Wall macro. --- diff --git a/configure.ac b/configure.ac index 4929617..8f50483 100644 --- a/configure.ac +++ b/configure.ac @@ -128,6 +128,7 @@ AC_DEFUN([CY_TEST_FLAG], [ AX_CFLAGS_WARN_ALL AX_CXXFLAGS_WARN_ALL +AX_FLAGS_WARN_ALL CY_TEST_FLAG([-Werror])