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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/tbl/Makefile
          +++ new/usr/src/cmd/tbl/Makefile
↓ open down ↓ 31 lines elided ↑ open up ↑
  32   32                  t8.c t9.c tb.c tc.c te.c tf.c tg.c ti.c \
  33   33                  tm.c ts.c tt.c tu.c tv.c
  34   34  
  35   35  OBJS =          $(SRCS:%.c=%.o)
  36   36  
  37   37  POFILES=        $(OBJS:%.o=%.po)
  38   38  POFILE=         tbl.po
  39   39  
  40   40  CERRWARN        += -_gcc=-Wno-implicit-function-declaration
  41   41  CERRWARN        += -_gcc=-Wno-parentheses
  42      -CERRWARN        += -_gcc=-Wno-uninitialized
       42 +CERRWARN        += $(CNOWARN_UNINIT)
  43   43  CERRWARN        += -_gcc=-Wno-char-subscripts
  44   44  
  45   45  # not linted
  46   46  SMATCH=off
  47   47  
  48   48  .KEEP_STATE :
  49   49  
  50   50  all :           $(PROG)
  51   51  
  52   52  $(PROG):        $(OBJS)
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX