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