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/libsoftcrypto/i386/Makefile
          +++ new/usr/src/lib/pkcs11/libsoftcrypto/i386/Makefile
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  
  27   27  LIBRARY =       libsoftcrypto.a
  28   28  VERS =          .1
  29   29  
  30   30  include         ../Makefile.com
  31   31  
  32   32  include         $(SRC)/lib/Makefile.lib
  33   33  
  34   34  CERRWARN +=     -_gcc=-Wno-type-limits
  35   35  CERRWARN +=     -_gcc=-Wno-parentheses
  36      -CERRWARN +=     -_gcc=-Wno-uninitialized
       36 +CERRWARN +=     $(CNOWARN_UNINIT)
  37   37  
  38   38  # not linted
  39   39  SMATCH=off
  40   40  
  41   41  # Sources need to be redefined after Makefile.lib inclusion.
  42   42  SRCS =          $(AES_SRC) $(ARCFOUR_SRC) $(BIGNUM_SRC) $(BLOWFISH_SRC) \
  43   43                  $(DES_SRC) $(MODES_SRC) $(DH_SRC) $(DSA_SRC) $(RSA_SRC) \
  44   44                  $(PAD_SRC)
  45   45  
  46   46  SRCDIR =        $(SRC)/lib/pkcs11/libsoftcrypto/common
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX