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/sppptun/Makefile
          +++ new/usr/src/uts/sparc/sppptun/Makefile
↓ open down ↓ 73 lines elided ↑ open up ↑
  74   74  
  75   75  #
  76   76  # For now, disable these lint checks; maintainers should endeavor
  77   77  # to investigate and remove these for maximum lint coverage.
  78   78  # Please do not carry these forward to new Makefiles.
  79   79  #
  80   80  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  81   81  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  82   82  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  83   83  
  84      -CERRWARN        += -_gcc=-Wno-uninitialized
       84 +CERRWARN        += $(CNOWARN_UNINIT)
  85   85  
  86   86  #
  87   87  #       Default build targets.
  88   88  #
  89   89  .KEEP_STATE:
  90   90  
  91   91  def:            $(DEF_DEPS)
  92   92  
  93   93  all:            $(ALL_DEPS)
  94   94  
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX