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

@@ -39,11 +39,11 @@
 include ../Makefile.cmd
 
 CSTD=   $(CSTD_GNU99)
 C99LMODE= -Xc99=%all
 
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 CERRWARN += -_gcc=-Wno-type-limits
 
 POFILE= file_all.po
 POFILES= $(SRCS:%.c=%.po)