summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-08-03 12:30:31 -0400
committerCorey Farrell <git@cfware.com>2017-08-03 12:30:31 -0400
commitd066758a4c70f0461762d67b7333f78d85843bba (patch)
tree96d7a6b16e5d9522eff5b13af82ff8eca3cc53b6 /makeopts.in
parented1bce956e30d9f8ec8defcbae33ea3217dd8fb6 (diff)
Fix compile error for old versions of GCC.
Use -Wno-format-truncation only if supported by compiler. ASTERISK-27171 #close Change-Id: Iac0aed7a5bcaa16c21b7d62c4e4678d244c4ccb6
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 8f83ed971..c615a4a99 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -116,6 +116,7 @@ AST_ASTERISKSSL=@AST_ASTERISKSSL@
AST_DECLARATION_AFTER_STATEMENT=@AST_DECLARATION_AFTER_STATEMENT@
AST_TRAMPOLINES=@AST_TRAMPOLINES@
AST_NO_STRICT_OVERFLOW=@AST_NO_STRICT_OVERFLOW@
+AST_NO_FORMAT_TRUNCATION=@AST_NO_FORMAT_TRUNCATION@
AST_SHADOW_WARNINGS=@AST_SHADOW_WARNINGS@
AST_NESTED_FUNCTIONS=@AST_NESTED_FUNCTIONS@
AST_CLANG_BLOCKS=@AST_CLANG_BLOCKS@