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

@@ -46,11 +46,11 @@
 
 SGSMSGTARG=     ../common/rtld.msg
 SGSMSGALL=      ../common/rtld.msg
 SGSMSGFLAGS +=  -h $(BLTDEFS) -d $(BLTDATA)
 
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 
 MSGSRCS=        $(COMOBJS:%.o=../common/%.c) $(BLTDATA)
 
 FILEMODE=       555