Print this page
6752 E_SUPPRESSION_DIRECTIVE_UNUSED lint warnings on SPARC build

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/fcp/Makefile
          +++ new/usr/src/uts/sparc/fcp/Makefile
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  #
  57   57  #       Overrides
  58   58  #
  59   59  LDFLAGS         += -dy -Nmisc/fctl -Nmisc/scsi
  60   60  
  61   61  #
  62   62  #       Lint tags
  63   63  #
  64   64  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  65   65  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  66      -LINTTAGS        += -erroff=E_STATIC_UNUSED
       66 +LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  67   67  
  68   68  CERRWARN        += -_gcc=-Wno-parentheses
  69   69  CERRWARN        += -_gcc=-Wno-switch
  70      -CERRWARN        += -_gcc=-Wno-unused-function
  71   70  CERRWARN        += -_gcc=-Wno-uninitialized
  72   71  
  73   72  #
  74   73  #       Default build targets.
  75   74  #
  76   75  .KEEP_STATE:
  77   76  
  78   77  def:            $(DEF_DEPS)
  79   78  
  80   79  all:            $(ALL_DEPS)
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX