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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/sockfs/Makefile
          +++ new/usr/src/uts/intel/sockfs/Makefile
↓ open down ↓ 84 lines elided ↑ open up ↑
  85   85  LINTTAGS        += -erroff=E_STATIC_UNUSED
  86   86  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  87   87  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  88   88  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  89   89  
  90   90  CERRWARN        += -_gcc=-Wno-unused-label
  91   91  CERRWARN        += -_gcc=-Wno-unused-value
  92   92  CERRWARN        += -_gcc=-Wno-unused-variable
  93   93  CERRWARN        += -_gcc=-Wno-unused-function
  94   94  CERRWARN        += -_gcc=-Wno-parentheses
  95      -CERRWARN        += -_gcc=-Wno-uninitialized
       95 +CERRWARN        += $(CNOWARN_UNINIT)
  96   96  
  97   97  # needs work
  98   98  SMATCH=off
  99   99  
 100  100  #
 101  101  #       Default build targets.
 102  102  #
 103  103  .KEEP_STATE:
 104  104  
 105  105  def:            $(DEF_DEPS)
↓ open down ↓ 29 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX