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/mc-amd/Makefile
          +++ new/usr/src/uts/intel/mc-amd/Makefile
↓ open down ↓ 54 lines elided ↑ open up ↑
  55   55  
  56   56  #
  57   57  #       Overrides and additions
  58   58  #
  59   59  CPPFLAGS        += -I$(SRCDIR) -I$(OBJS_DIR) -I$(SRC)/common/mc/mc-amd
  60   60  CPPFLAGS        += -I$(SRC)/common/util
  61   61  CLEANFILES      += $(MCAMD_OFF_H)
  62   62  CLOBBERFILES    += $(MCAMD_OFF_H)
  63   63  
  64   64  CERRWARN        += -_gcc=-Wno-parentheses
  65      -CERRWARN        += -_gcc=-Wno-uninitialized
       65 +CERRWARN        += $(CNOWARN_UNINIT)
  66   66  
  67   67  #
  68   68  #       Default build targets.
  69   69  #
  70   70  .KEEP_STATE:
  71   71  
  72   72  def:            $(DEF_DEPS)
  73   73  
  74   74  all:            $(ALL_DEPS)
  75   75  
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX