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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/smbsrv/libmlsvc/Makefile.com
          +++ new/usr/src/lib/smbsrv/libmlsvc/Makefile.com
↓ open down ↓ 85 lines elided ↑ open up ↑
  86   86  
  87   87  LDLIBS +=       $(MACH_LDLIBS)
  88   88  LDLIBS += -lmlrpc -lsmb -lsmbns -lshare -lsmbfs -lnsl -lpkcs11 \
  89   89          -lscf -lcmdutils -lsec -lavl -lnvpair -luutil -luuid -lgen -lzfs -lc
  90   90  
  91   91  CPPFLAGS += $(INCS) -D_REENTRANT
  92   92  CPPFLAGS += -Dsyslog=smb_syslog
  93   93  $(ENABLE_SMB_PRINTING) CPPFLAGS += -DHAVE_CUPS
  94   94  
  95   95  CERRWARN += -_gcc=-Wno-unused-function
  96      -CERRWARN += -_gcc=-Wno-uninitialized
       96 +CERRWARN += $(CNOWARN_UNINIT)
  97   97  
  98   98  # not linted
  99   99  SMATCH=off
 100  100  
 101  101  
 102  102  SRCS=   $(OBJS_COMMON:%.o=$(SRCDIR)/%.c)
 103  103  
 104  104  include ../../Makefile.targ
 105  105  include ../../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX