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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/eqn/neqn.d/Makefile
          +++ new/usr/src/cmd/eqn/neqn.d/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  OBJS =          $(YACCSRC:%.y=%.o) $(COBJS)
  22   22  
  23   23  
  24   24  CLEANFILES =    y.tab.c y.tab.h $(YACCSRC:%.y=%.c) $(YACCSRC:%.y=%.def)
  25   25  
  26   26  YFLAGS =        -d
  27   27  CPPFLAGS =      -DNEQN -I. -I.. $(CPPFLAGS.master)
  28   28  LDFLAGS +=      $(MAPFILE.NGB:%=-M%)
  29   29  
  30   30  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  31      -CERRWARN +=     -_gcc=-Wno-uninitialized
       31 +CERRWARN +=     $(CNOWARN_UNINIT)
  32   32  CERRWARN +=     -_gcc=-Wno-unused-label
  33   33  
  34   34  # not linted
  35   35  SMATCH=off
  36   36  
  37   37  #
  38   38  # for message catalog
  39   39  #
  40   40  POFILE= neqn.d.po
  41   41  POFILES= e.po
↓ open down ↓ 35 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX