diff options
Diffstat (limited to 'usr/src/cmd/ssh')
-rw-r--r-- | usr/src/cmd/ssh/Makefile.ssh-common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/ssh/Makefile.ssh-common b/usr/src/cmd/ssh/Makefile.ssh-common index 66759d12d6..f931266862 100644 --- a/usr/src/cmd/ssh/Makefile.ssh-common +++ b/usr/src/cmd/ssh/Makefile.ssh-common @@ -21,6 +21,8 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2012 Milan Jurik. All rights reserved. +# # Common definitions for all of usr/src/cmd/ssh subdirs # @@ -74,6 +76,7 @@ LINTFLAGS += \ -erroff=E_GLOBAL_COULD_BE_STATIC2 \ -erroff=E_CONSTANT_CONDITION \ -erroff=E_EXPR_NULL_EFFECT \ + -erroff=E_STMT_NOT_REACHED \ -errtags=yes ROOTLIBSSH= $(ROOTLIB)/ssh |