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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/pkcs11/pkcs11_kernel/Makefile.com
          +++ new/usr/src/lib/pkcs11/pkcs11_kernel/Makefile.com
↓ open down ↓ 78 lines elided ↑ open up ↑
  79   79  
  80   80  SRCDIR=         ../common
  81   81  CORESRCS =  \
  82   82          $(CORE_OBJECTS:%.o=$(SRCDIR)/%.c)
  83   83  
  84   84  LIBS    =       $(DYNLIB)
  85   85  LDLIBS  +=      -lc -lcryptoutil -lmd
  86   86  
  87   87  CFLAGS  +=      $(CCVERBOSE)
  88   88  
  89      -CERRWARN +=     -_gcc=-Wno-uninitialized
       89 +CERRWARN +=     $(CNOWARN_UNINIT)
  90   90  CERRWARN +=     -_gcc=-Wno-unused-label
  91   91  
  92   92  # not linted
  93   93  SMATCH=off
  94   94  
  95   95  ROOTLIBDIR=     $(ROOT)/usr/lib/security
  96   96  ROOTLIBDIR64=   $(ROOT)/usr/lib/security/$(MACH64)
  97   97  
  98   98  .KEEP_STATE:
  99   99  
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX