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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libcryptoutil/Makefile.com
          +++ new/usr/src/lib/libcryptoutil/Makefile.com
↓ open down ↓ 45 lines elided ↑ open up ↑
  46   46  
  47   47  LIBS =  $(DYNLIB) $(LINTLIB)
  48   48  $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
  49   49  LDLIBS += -lc
  50   50  
  51   51  CFLAGS +=       $(CCVERBOSE)
  52   52  CPPFLAGS +=     -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I$(SRCDIR)
  53   53  LINTFLAGS64 +=  -errchk=longptr64
  54   54  
  55   55  CERRWARN +=     -_gcc=-Wno-parentheses
  56      -CERRWARN +=     -_gcc=-Wno-uninitialized
       56 +CERRWARN +=     $(CNOWARN_UNINIT)
  57   57  
  58   58  # not linted
  59   59  SMATCH=off
  60   60  
  61   61  all: $(LIBS)
  62   62  
  63   63  lint: lintcheck
  64   64  
  65   65  include $(SRC)/lib/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX