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/usbsksp/Makefile
          +++ new/usr/src/uts/intel/usbsksp/Makefile
↓ open down ↓ 72 lines elided ↑ open up ↑
  73   73  
  74   74  clean.lint:     $(CLEAN_LINT_DEPS)
  75   75  
  76   76  install:        $(INSTALL_DEPS)
  77   77  
  78   78  #
  79   79  #       Include common targets.
  80   80  #
  81   81  include $(UTSBASE)/intel/Makefile.targ
  82   82  
  83      -CERRWARN        += -_gcc=-Wno-uninitialized
       83 +CERRWARN        += $(CNOWARN_UNINIT)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX