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/oce/Makefile
          +++ new/usr/src/uts/sparc/oce/Makefile
↓ open down ↓ 50 lines elided ↑ open up ↑
  51   51  
  52   52  #
  53   53  #       Overrides and depends_on
  54   54  #
  55   55  INC_PATH        += -I$(UTSBASE)/common/sys/fibre-channel/fca/oce
  56   56  
  57   57  LDFLAGS         += -dy -Nmisc/mac
  58   58  
  59   59  CERRWARN        += -_gcc=-Wno-switch
  60   60  CERRWARN        += -_gcc=-Wno-unused-label
  61      -CERRWARN        += -_gcc=-Wno-uninitialized
       61 +CERRWARN        += $(CNOWARN_UNINIT)
  62   62  CERRWARN        += -_gcc=-Wno-parentheses
  63   63  
  64   64  #
  65   65  #       Default build targets.
  66   66  #
  67   67  .KEEP_STATE:
  68   68  
  69   69  def:            $(DEF_DEPS)
  70   70  
  71   71  all:            $(ALL_DEPS)
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX