Merge "Fix GCC 8 build issues."

This commit is contained in:
Joshua Colp
2018-05-16 13:56:34 -05:00
committed by Gerrit Code Review
32 changed files with 135 additions and 69 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)