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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4v/vnet/Makefile
          +++ new/usr/src/uts/sun4v/vnet/Makefile
↓ open down ↓ 84 lines elided ↑ open up ↑
  85   85  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  86   86  LINTTAGS        += -erroff=E_STATIC_UNUSED
  87   87  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  88   88  
  89   89  CERRWARN        += -_gcc=-Wno-type-limits
  90   90  CERRWARN        += -_gcc=-Wno-clobbered
  91   91  CERRWARN        += -_gcc=-Wno-unused-label
  92   92  CERRWARN        += -_gcc=-Wno-unused-function
  93   93  CERRWARN        += -_gcc=-Wno-unused-variable
  94   94  CERRWARN        += -_gcc=-Wno-parentheses
  95      -CERRWARN        += -_gcc=-Wno-uninitialized
       95 +CERRWARN        += $(CNOWARN_UNINIT)
  96   96  
  97   97  #
  98   98  #       Default build targets.
  99   99  #
 100  100  .KEEP_STATE:
 101  101  
 102  102  def:            $(DEF_DEPS)
 103  103  
 104  104  all:            $(ALL_DEPS)
 105  105  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX