Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 57,67 ****
# lint pass one enforcement and OS version
#
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-unused-label
! CERRWARN += -_gcc=-Wno-uninitialized
LDFLAGS += -dy -Nfs/sockfs -Ndrv/ip -Ndrv/sdpib
#
# Default build targets.
--- 57,67 ----
# lint pass one enforcement and OS version
#
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-unused-label
! CERRWARN += $(CNOWARN_UNINIT)
LDFLAGS += -dy -Nfs/sockfs -Ndrv/ip -Ndrv/sdpib
#
# Default build targets.