Print this page
4623 Remove -Wno-unused-label from mpt_sas
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>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/mpt_sas/Makefile
          +++ new/usr/src/uts/sparc/mpt_sas/Makefile
↓ open down ↓ 59 lines elided ↑ open up ↑
  60   60  #
  61   61  include $(UTSBASE)/sparc/Makefile.sparc
  62   62  
  63   63  # 
  64   64  # lint pass one enforcement 
  65   65  # 
  66   66  CFLAGS += $(CCVERBOSE)
  67   67  
  68   68  CERRWARN        += -_gcc=-Wno-parentheses
  69   69  CERRWARN        += -_gcc=-Wno-uninitialized
  70      -CERRWARN        += -_gcc=-Wno-unused-label
  71   70  CERRWARN        += -_gcc=-Wno-switch
  72   71  
  73   72  #
  74   73  #       Default build targets.
  75   74  #
  76   75  .KEEP_STATE:
  77   76  
  78   77  all:            $(ALL_DEPS)
  79   78  
  80   79  def:            $(DEF_DEPS)
↓ open down ↓ 52 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX