summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2008-08-08 18:19:33 +0000
committerSean Bright <sean@malleable.com>2008-08-08 18:19:33 +0000
commit54d9ba7671e5c9cdc1a27611036866203f160ea7 (patch)
treef7c4ca48d6c382b1232d3ed559ccda5ad8397578 /makeopts.in
parentc096a6bee058a29d9b9485cb5ba2e707042a5020 (diff)
Bring in the configure and makeopts jazz for -Wshadow, but don't add it to the
Makefile yet. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@136819 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 96fe08166..57d7fedac 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -65,6 +65,7 @@ AST_DEVMODE=@AST_DEVMODE@
AST_DECLARATION_AFTER_STATEMENT=@AST_DECLARATION_AFTER_STATEMENT@
AST_NO_STRICT_OVERFLOW=@AST_NO_STRICT_OVERFLOW@
+AST_SHADOW_WARNINGS=@AST_SHADOW_WARNINGS@
ASOUND_INCLUDE=@ALSA_INCLUDE@
ASOUND_LIB=@ALSA_LIB@