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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fs.d/udfs/fsdb/Makefile
          +++ new/usr/src/cmd/fs.d/udfs/fsdb/Makefile
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  LDLIBS +=       -lmalloc -ll -ladm
  42   42  LDFLAGS +=      $(MAPOPTS)
  43   43  YFLAGS =        "-d"
  44   44  
  45   45  LINTFLAGS +=    -erroff=E_STATIC_UNUSED
  46   46  LINTFLAGS64 +=  -erroff=E_STATIC_UNUSED
  47   47  
  48   48  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  49   49  CERRWARN +=     -_gcc=-Wno-unused-label
  50   50  CERRWARN +=     -_gcc=-Wno-unused-variable
  51      -CERRWARN +=     -_gcc=-Wno-uninitialized
       51 +CERRWARN +=     $(CNOWARN_UNINIT)
  52   52  CERRWARN +=     -_gcc=-Wno-unused-value
  53   53  CERRWARN +=     -_gcc=-Wno-unused-function
  54   54  
  55   55  
  56   56  # not linted
  57   57  SMATCH=off
  58   58  
  59   59  SRCS=   fsdb.c ../fstyp/ud_lib.c
  60   60  
  61   61  fsdb : fsdb_yacc.o fsdb_lex.o ud_lib.o fsdb.o $(MAPFILES)
↓ open down ↓ 55 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX