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/sata/Makefile
          +++ new/usr/src/uts/sparc/sata/Makefile
↓ open down ↓ 82 lines elided ↑ open up ↑
  83   83  #
  84   84  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  85   85  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  86   86  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  87   87  LINTTAGS        += -erroff=E_STATIC_UNUSED
  88   88  
  89   89  CERRWARN        += -_gcc=-Wno-parentheses
  90   90  CERRWARN        += -_gcc=-Wno-unused-label
  91   91  CERRWARN        += -_gcc=-Wno-unused-function
  92   92  CERRWARN        += -_gcc=-Wno-unused-variable
  93      -CERRWARN        += -_gcc=-Wno-uninitialized
       93 +CERRWARN        += $(CNOWARN_UNINIT)
  94   94  CERRWARN        += -_gcc=-Wno-empty-body
  95   95  
  96   96  # needs work
  97   97  SMATCH=off
  98   98  
  99   99  #
 100  100  #       Default build targets.
 101  101  #
 102  102  .KEEP_STATE:
 103  103  
↓ open down ↓ 20 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX