Print this page
11506 smatch resync

@@ -10,10 +10,11 @@
 #
 
 #
 # Copyright 2016 Toomas Soome <tsoome@me.com>
 # Copyright 2016 RackTop Systems.
+# Copyright 2019 Joyent, Inc.
 #
 
 MACHINE=        $(MACH)
 
 all:            libefi.a

@@ -21,8 +22,11 @@
 SRCS=   time.c
 include ../Makefile.com
 
 CFLAGS +=       -m32
 
+# false positive only with a 64-bit smatch
+SMOFF += uninitialized
+
 CLEANFILES +=   machine x86
 
 $(OBJS): machine x86