Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 35,45 ****
include ../../../Makefile.module
CFLAGS += -I../../../../../lib/libproc/common
LINTFLAGS += -I../../../../../lib/libproc/common
! CERRWARN += -_gcc=-Wno-uninitialized
%.o: $(MODSRCS_DIR)/%.c
$(COMPILE.c) $<
$(CTFCONVERT_O)
--- 35,45 ----
include ../../../Makefile.module
CFLAGS += -I../../../../../lib/libproc/common
LINTFLAGS += -I../../../../../lib/libproc/common
! CERRWARN += $(CNOWARN_UNINIT)
%.o: $(MODSRCS_DIR)/%.c
$(COMPILE.c) $<
$(CTFCONVERT_O)