summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-08-04 12:37:05 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-08-04 12:37:05 -0500
commit6dd12aaacd4a0e6926962cabb62ef0926d079a4f (patch)
tree51b2abf8682a9e85a56c10daf66c181e2726fe54 /channels
parent672af3c0ea665f73b976789462212818812feb6f (diff)
parentd066758a4c70f0461762d67b7333f78d85843bba (diff)
Merge "Fix compile error for old versions of GCC." into 13
Diffstat (limited to 'channels')
-rw-r--r--channels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 375400757..fdc139089 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -49,7 +49,7 @@ CHAN_DAHDI_OBJS= \
chan_dahdi.so: $(CHAN_DAHDI_OBJS)
$(CHAN_DAHDI_OBJS): _ASTCFLAGS+=$(call MOD_ASTCFLAGS,chan_dahdi)
-chan_mgcp.o: _ASTCFLAGS+=-Wno-format-truncation
+chan_mgcp.o: _ASTCFLAGS+=$(AST_NO_FORMAT_TRUNCATION)
chan_misdn.o: _ASTCFLAGS+=-Imisdn