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/error/i386/Makefile
          +++ new/usr/src/cmd/sgs/error/i386/Makefile
↓ open down ↓ 35 lines elided ↑ open up ↑
  36   36                  errorfilter.o errortouch.o
  37   37  
  38   38  SRCS=           $(OBJS:%.o=../common/%.c)
  39   39  
  40   40  INCLIST=        -I../common
  41   41  DEFLIST=        -DELF
  42   42  CPPFLAGS=       $(INCLIST) $(DEFLIST) $(CPPFLAGS.master)
  43   43  CFLAGS +=       $(CCVERBOSE)
  44   44  CSTD=   $(CSTD_GNU99)
  45   45  
  46      -CERRWARN +=     -_gcc=-Wno-uninitialized
       46 +CERRWARN +=     $(CNOWARN_UNINIT)
  47   47  CERRWARN +=     -_gcc=-Wno-parentheses
  48   48  
  49   49  SMOFF += no_if_block,indenting
  50   50  
  51   51  %.o:            ../common/%.c
  52   52                  $(COMPILE.c) $<
  53   53  
  54   54  .KEEP_STATE:
  55   55  
  56   56  all:            $(PROG)
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX