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

*** 38,48 **** include $(SRC)/lib/Makefile.lib include $(SRC)/lib/Makefile.lib.64 CERRWARN += -_gcc=-Wno-type-limits CERRWARN += -_gcc=-Wno-parentheses ! CERRWARN += -_gcc=-Wno-uninitialized # not linted SMATCH=off AES_PSM_SRC = $(AES_DIR)/$(MACH64)/aes_amd64.s \ --- 38,48 ---- include $(SRC)/lib/Makefile.lib include $(SRC)/lib/Makefile.lib.64 CERRWARN += -_gcc=-Wno-type-limits CERRWARN += -_gcc=-Wno-parentheses ! CERRWARN += $(CNOWARN_UNINIT) # not linted SMATCH=off AES_PSM_SRC = $(AES_DIR)/$(MACH64)/aes_amd64.s \