Print this page
10079 smatch Makefile changes for usr/src/lib

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libkmf/libkmf/Makefile.com
          +++ new/usr/src/lib/libkmf/libkmf/Makefile.com
↓ open down ↓ 64 lines elided ↑ open up ↑
  65   65  $(DYNLIB64) :=  LDLIBS64 += -lxml2
  66   66  
  67   67  CPPFLAGS        +=      -I$(INCDIR) -I$(ADJUNCT_PROTO)/usr/include/libxml2 \
  68   68                          -I../../ber_der/inc -I$(SRCDIR)
  69   69  
  70   70  CERRWARN        +=      -_gcc=-Wno-parentheses
  71   71  CERRWARN        +=      -_gcc=-Wno-switch
  72   72  CERRWARN        +=      -_gcc=-Wno-type-limits
  73   73  CERRWARN        +=      -_gcc=-Wno-uninitialized
  74   74  
       75 +# not linted
       76 +SMATCH=off
       77 +
  75   78  .KEEP_STATE:
  76   79  
  77   80  all:    $(LIBS)
  78   81  
  79   82  lint:   lintcheck
  80   83  
  81   84  include $(SRC)/lib/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX