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_nss/Makefile.com
          +++ new/usr/src/lib/libkmf/plugins/kmf_nss/Makefile.com
↓ open down ↓ 48 lines elided ↑ open up ↑
  49   49  CPPFLAGS        +=      -D_REENTRANT $(KMFINC) $(NSSINC)  \
  50   50                  -I$(INCDIR) -I$(ADJUNCT_PROTO)/usr/include/libxml2
  51   51  
  52   52  PICS=   $(OBJECTS:%=pics/%)
  53   53  
  54   54  LINTFLAGS       +=      -erroff=E_STATIC_UNUSED
  55   55  LINTFLAGS64     +=      -erroff=E_STATIC_UNUSED
  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  lint:=  NSSLIBS =       $(BERLIB)
  65   65  lint:=  NSSLIBS64 =     $(BERLIB64)
  66   66  
  67   67  LDLIBS32        +=      $(NSSLIBS)
  68   68  
  69   69  LIBS    =       $(DYNLIB)
↓ open down ↓ 13 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX