mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "Fix compile error for old versions of GCC." into 13
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user