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/hme/Makefile
          +++ new/usr/src/uts/intel/hme/Makefile
↓ open down ↓ 52 lines elided ↑ open up ↑
  53   53  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  54   54  
  55   55  #
  56   56  #       Overrides.
  57   57  #
  58   58  CFLAGS          += $(CCVERBOSE)
  59   59  LDFLAGS         += -dy -Nmisc/mii -Nmisc/mac
  60   60  
  61   61  CERRWARN        += -_gcc=-Wno-switch
  62   62  CERRWARN        += -_gcc=-Wno-unused-label
  63      -CERRWARN        += -_gcc=-Wno-uninitialized
       63 +CERRWARN        += $(CNOWARN_UNINIT)
  64   64  
  65   65  # needs work
  66   66  $(OBJS_DIR)/hme.o := SMOFF += indenting,deref_check
  67   67  
  68   68  #
  69   69  #       Default build targets.
  70   70  #
  71   71  .KEEP_STATE:
  72   72  
  73   73  def:            $(DEF_DEPS)
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX