Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 51,61 ****
-I$(SRC)/lib/libfru/include \
-I$(SRC)/lib/libfruutils
CPPFLAGS += -D_REENTRANT
CFLAGS += $(CCVERBOSE)
! CERRWARN += -_gcc=-Wno-uninitialized
# not linted
SMATCH=off
$(LINTLIB) := LINTFLAGS = -nvx -I..
--- 51,61 ----
-I$(SRC)/lib/libfru/include \
-I$(SRC)/lib/libfruutils
CPPFLAGS += -D_REENTRANT
CFLAGS += $(CCVERBOSE)
! CERRWARN += $(CNOWARN_UNINIT)
# not linted
SMATCH=off
$(LINTLIB) := LINTFLAGS = -nvx -I..