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/urtw/Makefile
          +++ new/usr/src/uts/intel/urtw/Makefile
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  57   57  
  58   58  #
  59   59  #       Driver depends on GLDv3 & wifi kernel support module.
  60   60  #
  61   61  LDFLAGS         += -dy -Nmisc/mac -Nmisc/net80211 -Nmisc/usba
  62   62  
  63   63  CERRWARN        += -_gcc=-Wno-parentheses
  64   64  CERRWARN        += -_gcc=-Wno-switch
  65   65  CERRWARN        += -_gcc=-Wno-char-subscripts
  66      -CERRWARN        += -_gcc=-Wno-uninitialized
       66 +CERRWARN        += $(CNOWARN_UNINIT)
  67   67  
  68   68  # needs work
  69   69  SMOFF += deref_check,no_if_block,all_func_returns
  70   70  
  71   71  #
  72   72  #       Default build targets.
  73   73  #
  74   74  .KEEP_STATE:
  75   75  
  76   76  def:            $(DEF_DEPS)
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX