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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com
          +++ new/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile.com
↓ open down ↓ 48 lines elided ↑ open up ↑
  49   49  
  50   50  SRCDIR=         ../common
  51   51  INCDIR=         ../../include
  52   52  
  53   53  CFLAGS          +=      $(CCVERBOSE)
  54   54  CPPFLAGS        +=      -D_REENTRANT $(KMFINC) \
  55   55                          -I$(INCDIR) -I$(ADJUNCT_PROTO)/usr/include/libxml2
  56   56  
  57   57  CERRWARN        +=      -_gcc=-Wno-unused-label
  58   58  CERRWARN        +=      -_gcc=-Wno-unused-value
  59      -CERRWARN        +=      -_gcc=-Wno-uninitialized
       59 +CERRWARN        +=      $(CNOWARN_UNINIT)
  60   60  
  61   61  # not linted
  62   62  SMATCH=off
  63   63  
  64   64  PICS=   $(OBJECTS:%=pics/%)
  65   65  
  66   66  lint:=  OPENSSLLIBS=    $(LINTSSLLIBS)
  67   67  lint:=  OPENSSLLIBS64=  $(LINTSSLLIBS64)
  68   68  
  69   69  LDLIBS32        +=      $(OPENSSLLIBS)
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX