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