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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/ldapcachemgr/Makefile
          +++ new/usr/src/cmd/ldapcachemgr/Makefile
↓ open down ↓ 46 lines elided ↑ open up ↑
  47   47  
  48   48  SRCS=   ${OBJS:%.o=%.c}
  49   49  
  50   50  CPPFLAGS +=     -D_REENTRANT -DSUN_THREADS \
  51   51                  -I$(SRC)/lib/libsldap/common \
  52   52                  -I$(SRC)/lib/libldap5/include/ldap \
  53   53                  -I$(SRC)/lib/libc/port/gen
  54   54  
  55   55  CERRWARN +=     -_gcc=-Wno-parentheses
  56   56  CERRWARN +=     -_gcc=-Wno-switch
  57      -CERRWARN +=     -_gcc=-Wno-uninitialized
       57 +CERRWARN +=     $(CNOWARN_UNINIT)
  58   58  
  59   59  # not linted
  60   60  SMATCH=off
  61   61  
  62   62  # Message files
  63   63  POFILE=         ldap_cachemgr.po
  64   64  POFILES=        ${OBJS:%.o=%.po}
  65   65  
  66   66  LINTOUT=        lint.out
  67   67  
↓ open down ↓ 46 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX