diff options
author | John Levon <john.levon@joyent.com> | 2018-12-19 23:09:20 +0000 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2019-01-31 23:04:30 +0100 |
commit | 3a972b223858c0e81a04c85427cc2480979557ae (patch) | |
tree | 662a4d06ee682a70adc650380583fa9dc1661b90 /usr/src/lib/pyzfs | |
parent | 1c16f352c4ff31d252682640cf57c70463dd005f (diff) | |
download | illumos-joyent-3a972b223858c0e81a04c85427cc2480979557ae.tar.gz |
10147 pyzfs should disable function return checks
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Gergő Doma <domag02@gmail.com>
Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Diffstat (limited to 'usr/src/lib/pyzfs')
-rw-r--r-- | usr/src/lib/pyzfs/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/pyzfs/Makefile.com b/usr/src/lib/pyzfs/Makefile.com index fd6218e2c4..a7ebf4fe41 100644 --- a/usr/src/lib/pyzfs/Makefile.com +++ b/usr/src/lib/pyzfs/Makefile.com @@ -21,6 +21,7 @@ # # 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 @@ -53,6 +54,9 @@ CPPFLAGS += \ CPPFLAGS += -I../../../uts/common/fs/zfs CPPFLAGS += -I../../../common/zfs +# needs work +SMOFF += all_func_returns + .KEEP_STATE: all: |