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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/krb5/kadm5/clnt/Makefile.com
          +++ new/usr/src/lib/krb5/kadm5/clnt/Makefile.com
↓ open down ↓ 77 lines elided ↑ open up ↑
  78   78          -DHAVE_LIBSOCKET=1 -DHAVE_LIBNSL=1 -DSETRPCENT_TYPE=void \
  79   79          -DENDRPCENT_TYPE=void -DHAVE_SYS_ERRLIST=1 -DNEED_SYS_ERRLIST=1 \
  80   80          -DHAVE_SYSLOG_H=1 -DHAVE_OPENLOG=1 -DHAVE_SYSLOG=1 -DHAVE_CLOSELOG=1 \
  81   81          -DHAVE_STRFTIME=1 -DHAVE_VSPRINTF=1 -DUSE_KADM5_API_VERSION=2
  82   82  
  83   83  CFLAGS +=       $(CCVERBOSE) -I..
  84   84  
  85   85  CERRWARN +=     -_gcc=-Wno-unused-function
  86   86  CERRWARN +=     -_gcc=-Wno-unused-variable
  87   87  CERRWARN +=     -_gcc=-Wno-parentheses
  88      -CERRWARN +=     -_gcc=-Wno-uninitialized
       88 +CERRWARN +=     $(CNOWARN_UNINIT)
  89   89  
  90   90  SMOFF += all_func_returns,indenting,no_if_block
  91   91  
  92   92  LDLIBS +=       -lc
  93   93  
  94   94  .KEEP_STATE:
  95   95  
  96   96  all:    $(LIBS)
  97   97  
  98   98  # Rpcgen-erate iprop.h from the iprop.x spec file
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX