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

@@ -77,11 +77,11 @@
                 tree.o
 
 OBJS +=         compat_ohash.o
 
 # XXX gcc 4.4.4 false positive
-roff.o :=       CERRWARN += -_gcc=-Wno-uninitialized
+roff.o :=       CERRWARN += $(CNOWARN_UNINIT)
 
 # not linted
 SMATCH=off
 
 CFLAGS +=       $(CC_VERBOSE)