summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/c2audit/Makefile
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2019-08-07 12:09:20 -0700
committerJohn Levon <john.levon@joyent.com>2019-08-16 01:57:38 -0700
commitd3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe (patch)
tree8e10c8af012b9fd1ff07c66edc3bfcf328897cf1 /usr/src/uts/intel/c2audit/Makefile
parentc4ccc1f9004b70b07e4cdb57641c38ab607306c9 (diff)
downloadillumos-joyent-d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe.tar.gz
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/uts/intel/c2audit/Makefile')
-rw-r--r--usr/src/uts/intel/c2audit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/intel/c2audit/Makefile b/usr/src/uts/intel/c2audit/Makefile
index 0afbc9383c..a0b21d0b52 100644
--- a/usr/src/uts/intel/c2audit/Makefile
+++ b/usr/src/uts/intel/c2audit/Makefile
@@ -77,7 +77,7 @@ LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-clobbered
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
#
# Default build targets.