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/acpica/Makefile
          +++ new/usr/src/uts/intel/acpica/Makefile
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  
  57   57  SMOFF += all_func_returns
  58   58  
  59   59  LINTFLAGS += -errchk=%none
  60   60  LINTFLAGS += -errhdr=%none
  61   61  LINTFLAGS += -erroff=%all
  62   62  LINTFLAGS += -errwarn=%none
  63   63  
  64   64  CERRWARN        += -_gcc=-Wno-unused-variable
  65   65  CERRWARN        += -_gcc=-Wno-parentheses
  66      -CERRWARN        += -_gcc=-Wno-uninitialized
       66 +CERRWARN        += $(CNOWARN_UNINIT)
  67   67  CERRWARN        += -_gcc=-Wno-unused-function
  68   68  
  69   69  #
  70   70  #       Default build targets.
  71   71  #
  72   72  .KEEP_STATE:
  73   73  
  74   74  def:            $(DEF_DEPS)
  75   75  
  76   76  all:            $(ALL_DEPS)
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX