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/ipf/Makefile
          +++ new/usr/src/uts/sparc/ipf/Makefile
↓ open down ↓ 72 lines elided ↑ open up ↑
  73   73  # Please do not carry these forward to new Makefiles.
  74   74  #
  75   75  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  76   76  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  77   77  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  78   78  LINTTAGS        += -erroff=E_STATIC_UNUSED
  79   79  
  80   80  CERRWARN        += -_gcc=-Wno-unused-function
  81   81  CERRWARN        += -_gcc=-Wno-unused-variable
  82   82  CERRWARN        += -_gcc=-Wno-parentheses
  83      -CERRWARN        += -_gcc=-Wno-uninitialized
       83 +CERRWARN        += $(CNOWARN_UNINIT)
  84   84  CERRWARN        += -_gcc=-Wno-empty-body
  85   85  
  86   86  #
  87   87  #       Default build targets.
  88   88  #
  89   89  .KEEP_STATE:
  90   90  
  91   91  def:            $(DEF_DEPS)
  92   92  
  93   93  all:            $(ALL_DEPS) $(SISCHECK_DEPS)
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX