summaryrefslogtreecommitdiff
path: root/usr/src/cmd/latencytop
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/latencytop')
-rw-r--r--usr/src/cmd/latencytop/Makefile.com3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/latencytop/Makefile.com b/usr/src/cmd/latencytop/Makefile.com
index 8bfc1e13a6..9918e58bee 100644
--- a/usr/src/cmd/latencytop/Makefile.com
+++ b/usr/src/cmd/latencytop/Makefile.com
@@ -22,6 +22,7 @@
# Copyright (c) 2008-2009, Intel Corporation.
# All Rights Reserved.
#
+# Copyright (c) 2018, Joyent, Inc.
PROG = latencytop
OBJS = latencytop.o display.o dwrapper.o klog.o stat.o table.o util.o
@@ -34,6 +35,8 @@ CFLAGS64 += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-uninitialized
+SMOFF += all_func_returns
+
CPPFLAGS += -DEMBED_CONFIGS -I$(ADJUNCT_PROTO)/usr/include/glib-2.0 \
-I$(ADJUNCT_PROTO)/usr/lib/glib-2.0/include
CSTD = $(CSTD_GNU99)