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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/sbus/Makefile
          +++ new/usr/src/uts/sun4u/sbus/Makefile
↓ open down ↓ 71 lines elided ↑ open up ↑
  72   72  #
  73   73  # For now, disable these lint checks; maintainers should endeavor
  74   74  # to investigate and remove these for maximum lint coverage.
  75   75  # Please do not carry these forward to new Makefiles.
  76   76  #
  77   77  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  78   78  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  79   79  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  80   80  
  81   81  CERRWARN        += -_gcc=-Wno-type-limits
  82      -CERRWARN        += -_gcc=-Wno-uninitialized
       82 +CERRWARN        += $(CNOWARN_UNINIT)
  83   83  
  84   84  #
  85   85  #       Default build targets.
  86   86  #
  87   87  .KEEP_STATE:
  88   88  
  89   89  def:            $(DEF_DEPS)
  90   90  
  91   91  all:            $(ALL_DEPS)
  92   92  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX