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

@@ -83,11 +83,11 @@
         $(ASTCFLAGS)
 CFLAGS64 += \
         $(ASTCFLAGS64)
 
 CERRWARN        += -_gcc=-Wno-parentheses
-CERRWARN        += -_gcc=-Wno-uninitialized
+CERRWARN        += $(CNOWARN_UNINIT)
 
 # needs work
 SMOFF += all_func_returns,strcpy_overflow
 
 .KEEP_STATE: