Print this page
10147 pyzfs should disable function return checks
@@ -19,10 +19,11 @@
# CDDL HEADER END
#
#
# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2018 OmniOS Community Edition (OmniOSce) Association.
+# Copyright (c) 2018, Joyent, Inc.
#
LIBRARY = ioctl.a
VERS =
OBJECTS = ioctl.o
@@ -51,10 +52,13 @@
CPPFLAGS += \
-I$(ADJUNCT_PROTO)/usr/include/python$(PYVER)$(PYSUFFIX)
CPPFLAGS += -I../../../uts/common/fs/zfs
CPPFLAGS += -I../../../common/zfs
+# needs work
+SMOFF += all_func_returns
+
.KEEP_STATE:
all:
$(ROOTLIBDIR)/%: %