diff options
| author | Krishnendu Sadhukhan - Sun Microsystems <Krishnendu.Sadhukhan@Sun.COM> | 2009-10-07 11:15:29 -0700 |
|---|---|---|
| committer | Krishnendu Sadhukhan - Sun Microsystems <Krishnendu.Sadhukhan@Sun.COM> | 2009-10-07 11:15:29 -0700 |
| commit | 89b86bfc58802597fbd72a82e42ff8fbd389b1d5 (patch) | |
| tree | d5cc82971fef14b68eb9b16eb23ced66e5c09531 /usr/src | |
| parent | 6a9b357dc53ecf57452b9c1300fea033bb7a5938 (diff) | |
| download | illumos-joyent-89b86bfc58802597fbd72a82e42ff8fbd389b1d5.tar.gz | |
6887963 Fix lint warnings issued by SSnext lint on LatencyTOP
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/cmd/latencytop/Makefile.com | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/latencytop/Makefile.com b/usr/src/cmd/latencytop/Makefile.com index 98e65bafc7..6fd2f83b66 100644 --- a/usr/src/cmd/latencytop/Makefile.com +++ b/usr/src/cmd/latencytop/Makefile.com @@ -38,7 +38,9 @@ LDLIBS += -lcurses -ldtrace all install := LDLIBS += -lglib-2.0 LINTFLAGS += -erroff=E_NAME_USED_NOT_DEF2 +LINTFLAGS += -erroff=E_FUNC_RET_ALWAYS_IGNOR2 LINTFLAGS64 += -erroff=E_NAME_USED_NOT_DEF2 +LINTFLAGS64 += -erroff=E_FUNC_RET_ALWAYS_IGNOR2 FILEMODE = 0555 |
