Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 60,75 ****
CERRWARN_plgrp += -_smatch=off
CERRWARN_pmadvise += -_smatch=off
CERRWARN_ppriv += -_gcc=-Wno-parentheses
! CERRWARN_ppriv += -_gcc=-Wno-uninitialized
CERRWARN_ptree += -_gcc=-Wno-parentheses
CERRWARN_ptree += -_smatch=off
! CERRWARN_pstack += -_gcc=-Wno-uninitialized
CERRWARN_pstack += -_gcc=-Wno-clobbered
CERRWARN_pargs += -_gcc=-Wno-clobbered
CERRWARN_pargs += -_gcc=-Wno-type-limits
--- 60,75 ----
CERRWARN_plgrp += -_smatch=off
CERRWARN_pmadvise += -_smatch=off
CERRWARN_ppriv += -_gcc=-Wno-parentheses
! CERRWARN_ppriv += $(CNOWARN_UNINIT)
CERRWARN_ptree += -_gcc=-Wno-parentheses
CERRWARN_ptree += -_smatch=off
! CERRWARN_pstack += $(CNOWARN_UNINIT)
CERRWARN_pstack += -_gcc=-Wno-clobbered
CERRWARN_pargs += -_gcc=-Wno-clobbered
CERRWARN_pargs += -_gcc=-Wno-type-limits