]> git.saurik.com Git - cycript.git/commitdiff
Turn on -Werror during configure for missing flags.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 23 Jun 2013 10:23:04 +0000 (03:23 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 23 Jun 2013 12:28:42 +0000 (05:28 -0700)
Makefile.am
configure.ac

index f1e63349ee0c7c94151fe73c09cfb3b49ee402f5..bc01ec059dd53dcb3508a14033309e48377682c6 100644 (file)
@@ -26,7 +26,7 @@ SUBDIRS =
 ACLOCAL_AMFLAGS = -I m4
 
 # XXX: do I really need -fno-common?
-AM_CPPFLAGS = -Werror -fno-common -I$(srcdir)/include -DYYDEBUG=1
+AM_CPPFLAGS = -fno-common -I$(srcdir)/include -DYYDEBUG=1
 AM_CPPFLAGS += -include $(srcdir)/config.h -include $(srcdir)/unconfig.h
 
 AM_CXXFLAGS = $(CY_ARCH)
index 90f2f5c2a0cf2d00c17ad7c6098ef159455a2d2f..492961719da5c8e24aa74fba97b3c56615f0446f 100644 (file)
@@ -129,6 +129,8 @@ AC_DEFUN([CY_TEST_FLAG], [
 AX_CFLAGS_WARN_ALL
 AX_CXXFLAGS_WARN_ALL
 
+CY_TEST_FLAG([-Werror])
+
 dnl XXX: this is used to support GNU Objective-C struct objc_method
 CY_TEST_FLAG([-Wno-deprecated-declarations])