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