Print this page
6752 E_SUPPRESSION_DIRECTIVE_UNUSED lint warnings on SPARC build

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/usbser/Makefile
          +++ new/usr/src/uts/intel/usbser/Makefile
↓ open down ↓ 59 lines elided ↑ open up ↑
  60   60  ALL_TARGET      = $(BINARY)
  61   61  LINT_TARGET     = $(MODULE).lint
  62   62  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  63   63  
  64   64  #
  65   65  # For now, disable these lint checks; maintainers should endeavor
  66   66  # to investigate and remove these for maximum lint coverage.
  67   67  # Please do not carry these forward to new Makefiles.
  68   68  #
  69   69  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  70      -LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  71   70  
  72   71  .KEEP_STATE:
  73   72  
  74   73  all:            $(ALL_DEPS)
  75   74  
  76   75  def:            $(DEF_DEPS)
  77   76  
  78   77  clean:          $(CLEAN_DEPS)
  79   78                  $(RM) $(WARLOCK_OUT) $(WARLOCK_OK)
  80   79  
↓ open down ↓ 41 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX