Print this page
6752 E_SUPPRESSION_DIRECTIVE_UNUSED lint warnings on SPARC build


  50 include $(UTSBASE)/intel/Makefile.intel
  51 
  52 #
  53 # depends on misc/usba
  54 #
  55 LDFLAGS         += -dy -Nmisc/usba
  56 
  57 #
  58 #       Define targets
  59 #
  60 ALL_TARGET      = $(BINARY)
  61 LINT_TARGET     = $(MODULE).lint
  62 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  63 
  64 #
  65 # For now, disable these lint checks; maintainers should endeavor
  66 # to investigate and remove these for maximum lint coverage.
  67 # Please do not carry these forward to new Makefiles.
  68 #
  69 LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  70 LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  71 
  72 .KEEP_STATE:
  73 
  74 all:            $(ALL_DEPS)
  75 
  76 def:            $(DEF_DEPS)
  77 
  78 clean:          $(CLEAN_DEPS)
  79                 $(RM) $(WARLOCK_OUT) $(WARLOCK_OK)
  80 
  81 clobber:        $(CLOBBER_DEPS)
  82                 $(RM) $(WARLOCK_OUT) $(WARLOCK_OK)
  83 
  84 lint:           $(LINT_DEPS)
  85 
  86 modlintlib:     $(MODLINTLIB_DEPS)
  87 
  88 clean.lint:     $(CLEAN_LINT_DEPS)
  89 
  90 install:        $(INSTALL_DEPS)




  50 include $(UTSBASE)/intel/Makefile.intel
  51 
  52 #
  53 # depends on misc/usba
  54 #
  55 LDFLAGS         += -dy -Nmisc/usba
  56 
  57 #
  58 #       Define targets
  59 #
  60 ALL_TARGET      = $(BINARY)
  61 LINT_TARGET     = $(MODULE).lint
  62 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  63 
  64 #
  65 # For now, disable these lint checks; maintainers should endeavor
  66 # to investigate and remove these for maximum lint coverage.
  67 # Please do not carry these forward to new Makefiles.
  68 #
  69 LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN

  70 
  71 .KEEP_STATE:
  72 
  73 all:            $(ALL_DEPS)
  74 
  75 def:            $(DEF_DEPS)
  76 
  77 clean:          $(CLEAN_DEPS)
  78                 $(RM) $(WARLOCK_OUT) $(WARLOCK_OK)
  79 
  80 clobber:        $(CLOBBER_DEPS)
  81                 $(RM) $(WARLOCK_OUT) $(WARLOCK_OK)
  82 
  83 lint:           $(LINT_DEPS)
  84 
  85 modlintlib:     $(MODLINTLIB_DEPS)
  86 
  87 clean.lint:     $(CLEAN_LINT_DEPS)
  88 
  89 install:        $(INSTALL_DEPS)