Merge "Fix GCC 8 build issues." into 13

This commit is contained in:
Jenkins2
2018-05-16 09:37:35 -05:00
committed by Gerrit Code Review
31 changed files with 128 additions and 64 deletions

View File

@@ -25,3 +25,5 @@ include $(ASTTOPDIR)/Makefile.moddir_rules
# warning must be disabled; for safety reasons, SPRINTF() is kept in
# a separate module so that as little code as possible is left unchecked
func_sprintf.o: _ASTCFLAGS+=-Wno-format-nonliteral
func_groupcount.o: _ASTCFLAGS+=$(AST_NO_FORMAT_TRUNCATION)