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/audiocmihd/Makefile
          +++ new/usr/src/uts/intel/audiocmihd/Makefile
↓ open down ↓ 49 lines elided ↑ open up ↑
  50   50  #
  51   51  #       Define targets
  52   52  #
  53   53  ALL_TARGET      = $(BINARY)
  54   54  LINT_TARGET     = $(MODULE).lint
  55   55  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  56   56  
  57   57  LDFLAGS         += -dy -Ndrv/audio -Nmisc/ac97
  58   58  
  59   59  CERRWARN        += -_gcc=-Wno-switch
  60      -CERRWARN        += -_gcc=-Wno-uninitialized
       60 +CERRWARN        += $(CNOWARN_UNINIT)
  61   61  
  62   62  #
  63   63  #       Default build targets.
  64   64  #
  65   65  .KEEP_STATE:
  66   66  
  67   67  def:            $(DEF_DEPS)
  68   68  
  69   69  all:            $(ALL_DEPS)
  70   70  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX