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/nfs/Makefile
          +++ new/usr/src/uts/sparc/nfs/Makefile
↓ open down ↓ 77 lines elided ↑ open up ↑
  78   78  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  79   79  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  80   80  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  81   81  LINTTAGS        += -erroff=E_STATIC_UNUSED
  82   82  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  83   83  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  84   84  
  85   85  CERRWARN        += -_gcc=-Wno-parentheses
  86   86  CERRWARN        += -_gcc=-Wno-unused-label
  87   87  CERRWARN        += -_gcc=-Wno-type-limits
  88      -CERRWARN        += -_gcc=-Wno-uninitialized
       88 +CERRWARN        += $(CNOWARN_UNINIT)
  89   89  CERRWARN        += -_gcc=-Wno-switch
  90   90  CERRWARN        += -_gcc=-Wno-unused-function
  91   91  CERRWARN        += -_gcc=-Wno-unused-variable
  92   92  CERRWARN        += -_gcc=-Wno-empty-body
  93   93  
  94   94  #
  95   95  #       Default build targets.
  96   96  #
  97   97  .KEEP_STATE:
  98   98  
↓ open down ↓ 23 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX