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

@@ -38,11 +38,11 @@
 
 LINTFLAGS += -xerroff=E_STATIC_UNUSED
 LINTFLAGS64 += -xerroff=E_STATIC_UNUSED
 
 CERRWARN += -_gcc=-Wno-unused-function
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 
 labelit : labelit.o  ud_lib.o
         $(LINK.c) -o $@ labelit.o ud_lib.o $(LDLIBS)
         $(POST_PROCESS)