Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/fbt/Makefile
          +++ new/usr/src/uts/sparc/fbt/Makefile
↓ open down ↓ 43 lines elided ↑ open up ↑
  44   44  #
  45   45  # For now, disable these lint checks; maintainers should endeavor
  46   46  # to investigate and remove these for maximum lint coverage.
  47   47  # Please do not carry these forward to new Makefiles.
  48   48  #
  49   49  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  50   50  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  51   51  
  52   52  CERRWARN        += -_gcc=-Wno-parentheses
  53   53  CERRWARN        += -_gcc=-Wno-unused-label
  54      -CERRWARN        += -_gcc=-Wno-uninitialized
       54 +CERRWARN        += $(CNOWARN_UNINIT)
  55   55  
  56   56  .KEEP_STATE:
  57   57  
  58   58  def:            $(DEF_DEPS)
  59   59  
  60   60  all:            $(ALL_DEPS)
  61   61  
  62   62  clean:          $(CLEAN_DEPS)
  63   63  
  64   64  clobber:        $(CLOBBER_DEPS)
↓ open down ↓ 13 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX