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/vsw/Makefile
          +++ new/usr/src/uts/sun4v/vsw/Makefile
↓ open down ↓ 80 lines elided ↑ open up ↑
  81   81  #
  82   82  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  83   83  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  84   84  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  85   85  LINTTAGS        += -erroff=E_STATIC_UNUSED
  86   86  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  87   87  
  88   88  CERRWARN        += -_gcc=-Wno-type-limits
  89   89  CERRWARN        += -_gcc=-Wno-clobbered
  90   90  CERRWARN        += -_gcc=-Wno-unused-variable
  91      -CERRWARN        += -_gcc=-Wno-uninitialized
       91 +CERRWARN        += $(CNOWARN_UNINIT)
  92   92  CERRWARN        += -_gcc=-Wno-unused-function
  93   93  CERRWARN        += -_gcc=-Wno-unused-label
  94   94  
  95   95  #
  96   96  #       Default build targets.
  97   97  #
  98   98  .KEEP_STATE:
  99   99  
 100  100  def:            $(DEF_DEPS)
 101  101  
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX