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/tools/ctf/ctfmerge/Makefile.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/tools/ctf/ctfmerge') diff --git a/usr/src/tools/ctf/ctfmerge/Makefile.com b/usr/src/tools/ctf/ctfmerge/Makefile.com index 2702fa9d13..a073007cb4 100644 --- a/usr/src/tools/ctf/ctfmerge/Makefile.com +++ b/usr/src/tools/ctf/ctfmerge/Makefile.com @@ -23,7 +23,7 @@ LDFLAGS += \ CPPFLAGS += -include ../../common/ctf_headers.h CERRWARN += -_gcc=-Wno-unused-variable -CERRWARN += -_gcc=-Wno-uninitialized +CERRWARN += $(CNOWARN_UNINIT) OBJS = $(SRCS:%.c=%.o) -- cgit v1.2.3