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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/lex/Makefile.com
          +++ new/usr/src/cmd/sgs/lex/Makefile.com
↓ open down ↓ 41 lines elided ↑ open up ↑
  42   42  
  43   43  FORMS=          nceucform ncform nrform
  44   44  
  45   45  include         ../../../../lib/Makefile.lib
  46   46  
  47   47  SRCDIR =        ../common
  48   48  
  49   49  CSTD=   $(CSTD_GNU99)
  50   50  
  51   51  CERRWARN +=     -_gcc=-Wno-unused-label
  52      -CERRWARN +=     -_gcc=-Wno-uninitialized
       52 +CERRWARN +=     $(CNOWARN_UNINIT)
  53   53  CERRWARN +=     -_gcc=-Wno-parentheses
  54   54  
  55   55  # Override default source file derivation rule (in Makefile.lib)
  56   56  # from objects
  57   57  #
  58   58  MACHSRCS=       $(MACHOBJS:%.o=../common/%.c)
  59   59  LIBSRCS =       $(LIBOBJS:%.o=../common/%.c)
  60   60  SRCS=           $(MACHSRCS) $(LIBSRCS)
  61   61  
  62   62  LIBS =          $(DYNLIB)
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX