Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

*** 63,73 **** # Lint pass one enforcement # CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-switch ! CERRWARN += -_gcc=-Wno-uninitialized # needs work $(OBJS_DIR)/eib_ibt.o := SMOFF += deref_check # --- 63,73 ---- # Lint pass one enforcement # CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-switch ! CERRWARN += $(CNOWARN_UNINIT) # needs work $(OBJS_DIR)/eib_ibt.o := SMOFF += deref_check #