From 0570e35bbcf3793c3e5aef6ae971d1b6a32bacff Mon Sep 17 00:00:00 2001 From: Alexander Pyhalov Date: Tue, 6 Dec 2016 08:04:25 +0300 Subject: [PATCH] =?utf8?q?7645=20illumos-gate=20lint=20build=20fails=20wit?= =?utf8?q?h=20glib=202.46.2=20Reviewed=20by:=20Adam=20=C5=A0tevko=20=20Reviewed=20by:=20Hans=20Rosenfeld=20=20Approved=20by:=20Gordon=20Ross=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- usr/src/cmd/latencytop/Makefile.com | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/src/cmd/latencytop/Makefile.com b/usr/src/cmd/latencytop/Makefile.com index 4b974078cc..a804857533 100644 --- a/usr/src/cmd/latencytop/Makefile.com +++ b/usr/src/cmd/latencytop/Makefile.com @@ -42,8 +42,10 @@ all install := LDLIBS += -lglib-2.0 LINTFLAGS += -erroff=E_NAME_USED_NOT_DEF2 LINTFLAGS += -erroff=E_FUNC_RET_ALWAYS_IGNOR2 +LINTFLAGS += -erroff=E_FUNC_RET_MAYBE_IGNORED2 LINTFLAGS64 += -erroff=E_NAME_USED_NOT_DEF2 LINTFLAGS64 += -erroff=E_FUNC_RET_ALWAYS_IGNOR2 +LINTFLAGS64 += -erroff=E_FUNC_RET_MAYBE_IGNORED2 FILEMODE = 0555 -- 2.11.4.GIT