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/ipf/Makefile
          +++ new/usr/src/uts/intel/ipf/Makefile
↓ open down ↓ 61 lines elided ↑ open up ↑
  62   62  # Please do not carry these forward to new Makefiles.
  63   63  #
  64   64  LINTTAGS        += -erroff=E_STATIC_UNUSED
  65   65  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  66   66  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  67   67  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  68   68  
  69   69  CERRWARN        += -_gcc=-Wno-unused-function
  70   70  CERRWARN        += -_gcc=-Wno-unused-variable
  71   71  CERRWARN        += -_gcc=-Wno-parentheses
  72      -CERRWARN        += -_gcc=-Wno-uninitialized
       72 +CERRWARN        += $(CNOWARN_UNINIT)
  73   73  CERRWARN        += -_gcc=-Wno-empty-body
  74   74  
  75   75  # needs work
  76   76  SMATCH=off
  77   77  
  78   78  #
  79   79  #       Default build targets.
  80   80  #
  81   81  .KEEP_STATE:
  82   82  
↓ open down ↓ 20 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX