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/fcp/Makefile
          +++ new/usr/src/uts/intel/fcp/Makefile
↓ open down ↓ 58 lines elided ↑ open up ↑
  59   59  
  60   60  #
  61   61  #       Lint tags
  62   62  #
  63   63  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  64   64  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  65   65  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  66   66  
  67   67  CERRWARN        += -_gcc=-Wno-parentheses
  68   68  CERRWARN        += -_gcc=-Wno-switch
  69      -CERRWARN        += -_gcc=-Wno-uninitialized
       69 +CERRWARN        += $(CNOWARN_UNINIT)
  70   70  
  71   71  SMATCH=off
  72   72  
  73   73  #
  74   74  #       Default build targets.
  75   75  #
  76   76  .KEEP_STATE:
  77   77  
  78   78  def:            $(DEF_DEPS)
  79   79  
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX