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/nfssrv/Makefile
          +++ new/usr/src/uts/sparc/nfssrv/Makefile
↓ open down ↓ 71 lines elided ↑ open up ↑
  72   72  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  73   73  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  74   74  LINTTAGS        += -erroff=E_STATIC_UNUSED
  75   75  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  76   76  
  77   77  CERRWARN        += -_gcc=-Wno-parentheses
  78   78  CERRWARN        += -_gcc=-Wno-type-limits
  79   79  CERRWARN        += -_gcc=-Wno-unused-variable
  80   80  CERRWARN        += -_gcc=-Wno-unused-label
  81   81  CERRWARN        += -_gcc=-Wno-unused-function
  82      -CERRWARN        += -_gcc=-Wno-uninitialized
       82 +CERRWARN        += $(CNOWARN_UNINIT)
  83   83  CERRWARN        += -_gcc=-Wno-switch
  84   84  
  85   85  #
  86   86  #       Default build targets.
  87   87  #
  88   88  .KEEP_STATE:
  89   89  
  90   90  def:            $(DEF_DEPS)
  91   91  
  92   92  all:            $(ALL_DEPS)
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX