summaryrefslogtreecommitdiff
path: root/usr/src/uts
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2017-11-21 13:12:01 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2017-11-21 13:12:01 +0000
commit80e874964a249ceff971a86779ea3eeb76350017 (patch)
treed70f499761eb145e7705108fbd306ad9dde7cc1b /usr/src/uts
parent99b859c7466d1745fdbf023efbb434b0e9f38e53 (diff)
parentfb3b6bbf2c922827ddf076fbf2172d96c58a71de (diff)
downloadillumos-joyent-release-20171123.tar.gz
commit fb3b6bbf2c922827ddf076fbf2172d96c58a71de 8790 bnxe: variable set but not used commit 8063daa8c67e88054aa1d9d03e26ac15601f6a5d 8738 svc/configd: variable 'event_id' set but not used
Diffstat (limited to 'usr/src/uts')
-rw-r--r--usr/src/uts/intel/bnxe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/intel/bnxe/Makefile b/usr/src/uts/intel/bnxe/Makefile
index cbe06319be..ff44f0d4d8 100644
--- a/usr/src/uts/intel/bnxe/Makefile
+++ b/usr/src/uts/intel/bnxe/Makefile
@@ -93,6 +93,7 @@ CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-function
CERRWARN += -_gcc=-Wno-unused-value
CERRWARN += -_gcc=-Wno-unused-variable
+CERRWARN += -_gcc=-Wno-unused-but-set-variable
CERRWARN += -_cc=-erroff=E_STATEMENT_NOT_REACHED
CERRWARN += -_cc=-erroff=E_ARGUEMENT_MISMATCH
CERRWARN += -_cc=-erroff=E_INTEGER_OVERFLOW_DETECTED