diff options
-rw-r--r-- | usr/src/uts/intel/qede/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/uts/intel/qede/Makefile b/usr/src/uts/intel/qede/Makefile index b930c8c3ba..816bed905a 100644 --- a/usr/src/uts/intel/qede/Makefile +++ b/usr/src/uts/intel/qede/Makefile @@ -40,6 +40,12 @@ CPPFLAGS += -I$(UTSBASE)/common/io/qede/579xx/hsi/ CPPFLAGS += -I$(UTSBASE)/common/io/qede/579xx/hsi/hw CPPFLAGS += -I$(UTSBASE)/common/io/qede/579xx/hsi/mcp +# +# XXX Temporarily gag this as there are a ton of these in the code base. +# +CERRWARN += -_gcc=-Wno-unused-variable +CERRWARN += -_gcc=-Wno-unused-label + ALL_TARGET = $(BINARY) $(CONFMOD) LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) |