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

@@ -32,8 +32,8 @@
 CMNDIR  = $(CMNNETDIR)/dhcp
 LDLIBS += -linet
 CPPFLAGS += -I../inet $(SOCKCPPFLAGS)
 
 CERRWARN += -_gcc=-Wno-unused-label
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 
 include ../Makefile.targ