summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-08-04 12:32:39 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-08-04 12:32:39 -0500
commitd740ece3593adf68211d1605910f659eed7df7e5 (patch)
treecb8b59885632fc4f32d3f3f37077dcde7d3bdf0f /makeopts.in
parent942b284c38fcf01136e9ac748d127e8c0f5f1a57 (diff)
parentffdc291ddbded023b1a37413732eb8c95f000ed8 (diff)
Merge "Fix compile error for old versions of GCC." into 14
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 9b08c8f26..968682673 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@