Print this page
10703 smatch unreachable code checking needs reworking
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
@@ -10,11 +10,11 @@
#
#
# Copyright (c) 2012 by Delphix. All rights reserved.
# Copyright 2015 Garrett D'Amore <garrett@damore.org>
-# Copyright (c) 2018, Joyent, Inc.
+# Copyright 2019 Joyent, Inc.
#
SUBDIRS = \
catopen \
fpround \
@@ -56,11 +56,11 @@
psignal
CPPFLAGS += -D_REENTRANT
# needs work
-SMOFF += all_func_returns,snprintf_overflow
+SMOFF += all_func_returns,snprintf_overflow,unreachable
PROGS32 = $(PROGS:%=%.32)
PROGS64 = \
$(PROGS:%=%.64) \
printf-6961.64