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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/ast/msgcc/Makefile
          +++ new/usr/src/cmd/ast/msgcc/Makefile
↓ open down ↓ 42 lines elided ↑ open up ↑
  43   43                  "[-author?Glenn Fowler <gsf@research.att.com>]"\
  44   44                  "[-copyright?Copyright (c) 1986-2009 AT&T Intellectual Property]"\
  45   45                  "[-license?http://www.opensource.org/licenses/cpl1.0.txt]"\
  46   46                  "[--catalog?msgcc]"'
  47   47  
  48   48  CFLAGS += \
  49   49          $(ASTCFLAGS)
  50   50  
  51   51  CERRWARN += -_gcc=-Wno-parentheses
  52   52  CERRWARN += -_gcc=-Wno-empty-body
  53      -CERRWARN += -_gcc=-Wno-uninitialized
       53 +CERRWARN += $(CNOWARN_UNINIT)
  54   54  
  55   55  # not linted
  56   56  SMATCH=off
  57   57  
  58   58  LDLIBS += -last
  59   59  msgcpp   := LDLIBS += -lpp
  60   60  
  61   61  # This target should use "shcomp" in the future
  62   62  msgcc:  msgcc.sh
  63   63          rm -f msgcc ; \
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX