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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.bin/talk/Makefile
          +++ new/usr/src/cmd/cmd-inet/usr.bin/talk/Makefile
↓ open down ↓ 31 lines elided ↑ open up ↑
  32   32  
  33   33  include ../../../Makefile.cmd
  34   34  
  35   35  #
  36   36  # Message catalog
  37   37  #
  38   38  POFILE= talk.po
  39   39  #
  40   40  
  41   41  CFLAGS +=       $(CCVERBOSE)
  42      -CERRWARN +=     -_gcc=-Wno-uninitialized
       42 +CERRWARN +=     $(CNOWARN_UNINIT)
  43   43  CPPFLAGS +=     -DSYSV -DSTRNET -DBSD_COMP
  44   44  LDLIBS +=       -lcurses -lsocket -lnsl
  45   45  
  46   46  # not linted
  47   47  SMATCH=off
  48   48  
  49   49  .KEEP_STATE:
  50   50  
  51   51  .PARALLEL: $(OBJS)
  52   52  
↓ open down ↓ 27 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX