From d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 7 Aug 2019 12:09:20 -0700 Subject: 11528 Makefile.noget can get gone 11529 Use -Wno-maybe-initialized Reviewed by: Peter Tribble Reviewed by: Toomas Soome Approved by: Robert Mustacchi --- usr/src/uts/intel/nxge/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/uts/intel/nxge') diff --git a/usr/src/uts/intel/nxge/Makefile b/usr/src/uts/intel/nxge/Makefile index 61e3982ef5..f344535e90 100644 --- a/usr/src/uts/intel/nxge/Makefile +++ b/usr/src/uts/intel/nxge/Makefile @@ -87,7 +87,7 @@ LINTTAGS += -erroff=E_FALSE_LOGICAL_EXPR CERRWARN += -_gcc=-Wno-unused-label CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-switch -CERRWARN += -_gcc=-Wno-uninitialized +CERRWARN += $(CNOWARN_UNINIT) CERRWARN += -_gcc=-Wno-type-limits # needs work -- cgit v1.2.3