Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/mpt_sas/Makefile
          +++ new/usr/src/uts/sparc/mpt_sas/Makefile
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  #       Include common rules.
  57   57  #
  58   58  include $(UTSBASE)/sparc/Makefile.sparc
  59   59  
  60   60  #
  61   61  # lint pass one enforcement
  62   62  #
  63   63  CFLAGS += $(CCVERBOSE)
  64   64  
  65   65  CERRWARN        += -_gcc=-Wno-parentheses
  66      -CERRWARN        += -_gcc=-Wno-uninitialized
       66 +CERRWARN        += $(CNOWARN_UNINIT)
  67   67  CERRWARN        += -_gcc=-Wno-switch
  68   68  
  69   69  #
  70   70  #       Default build targets.
  71   71  #
  72   72  .KEEP_STATE:
  73   73  
  74   74  all:            $(ALL_DEPS)
  75   75  
  76   76  def:            $(DEF_DEPS)
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX