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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/awk/Makefile
          +++ new/usr/src/cmd/awk/Makefile
↓ open down ↓ 33 lines elided ↑ open up ↑
  34   34  OBJ2= awk.g.o awk.lx.o
  35   35  OBJS= $(OBJ2) $(OBJ1)
  36   36  SRCS= $(OBJ1:%.o=%.c)
  37   37  
  38   38  include ../Makefile.cmd
  39   39  
  40   40  CERRWARN += -_gcc=-Wno-implicit-function-declaration
  41   41  CERRWARN += -_gcc=-Wno-unused-label
  42   42  CERRWARN += -_gcc=-Wno-parentheses
  43   43  CERRWARN += -_gcc=-Wno-unused-variable
  44      -CERRWARN += -_gcc=-Wno-uninitialized
       44 +CERRWARN += $(CNOWARN_UNINIT)
  45   45  
  46   46  # not linted
  47   47  SMATCH=off
  48   48  
  49   49  #
  50   50  # Message catalog
  51   51  #
  52   52  POFILES= $(OBJS:%.o=%.po)
  53   53  POFILE= awk.po
  54   54  XGETFLAGS += -a -x awk.xcl
↓ open down ↓ 49 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX