Skip to content

Commit

Permalink
4623 Remove -Wno-unused-label from mpt_sas
Browse files Browse the repository at this point in the history
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: Robert Mustacchi <rm@joyent.com>
  • Loading branch information
Dan McDonald committed Feb 26, 2014
1 parent cf988fa commit 5a8d3db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas_raid.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ mptsas_get_raid_wwid(mptsas_t *mpt, mptsas_raidvol_t *raidvol)
raidvol->m_raidwwid = sas_wwn;
}

done:
return (rval);
}

Expand Down
1 change: 0 additions & 1 deletion usr/src/uts/intel/mpt_sas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ include $(UTSBASE)/intel/Makefile.intel

CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-switch

#
Expand Down
1 change: 0 additions & 1 deletion usr/src/uts/sparc/mpt_sas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ CFLAGS += $(CCVERBOSE)

CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-switch

#
Expand Down

0 comments on commit 5a8d3db

Please sign in to comment.