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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libldap5/Makefile.com
          +++ new/usr/src/lib/libldap5/Makefile.com
↓ open down ↓ 106 lines elided ↑ open up ↑
 107  107  # Following values defined in Makefile.master are overwritten here.
 108  108  #sparc_C_PICFLAGS =     $(sparc_C_BIGPICFLAGS)
 109  109  sparcv9_C_PICFLAGS =    $(sparcv9_C_BIGPICFLAGS)
 110  110  #i386_C_PICFLAGS =      $(i386_C_BIGPICFLAGS)
 111  111  #amd64_C_PICFLAGS =     $(amd64_C_BIGPICFLAGS)
 112  112  
 113  113  CFLAGS +=       $(CCVERBOSE) $(LOCFLAGS)
 114  114  CFLAGS64 +=     $(LOCFLAGS)
 115  115  
 116  116  CERRWARN +=     -_gcc=-Wno-parentheses
 117      -CERRWARN +=     -_gcc=-Wno-uninitialized
      117 +CERRWARN +=     $(CNOWARN_UNINIT)
 118  118  CERRWARN +=     -_gcc=-Wno-type-limits
 119  119  CERRWARN +=     -_gcc=-Wno-unused-function
 120  120  CERRWARN +=     -_gcc=-Wno-unused-variable
 121  121  CERRWARN +=     -_gcc=-Wno-unused-value
 122  122  CERRWARN +=     -_gcc=-Wno-address
 123  123  
 124  124  # not linted
 125  125  SMATCH=off
 126  126  
 127  127  LDLIBS +=       -lsasl -lsocket -lnsl -lmd -lc
↓ open down ↓ 29 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX