aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-24 20:44:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-24 20:44:50 +0000
commitd06c697fad98dcbdc77f5774d5efc6995317578d (patch)
tree844347e5f917374a2d36e96866464a9fbfd730c9 /Makefile
parente603fcee14cc84dd6d0985177eddcbf52f7339bf (diff)
revert accidental Makefile change.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@178380 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e33a1330..444a7e476 100644
--- a/Makefile
+++ b/Makefile
@@ -234,7 +234,7 @@ endif
ASTCFLAGS+=-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)
ifeq ($(AST_DEVMODE),yes)
- #ASTCFLAGS+=-Werror
+ ASTCFLAGS+=-Werror
ASTCFLAGS+=-Wunused
ASTCFLAGS+=$(AST_DECLARATION_AFTER_STATEMENT)
ASTCFLAGS+=$(AST_FORTIFY_SOURCE)