diff options
author | John Sonnenschein <johns@joyent.com> | 2012-05-17 18:26:57 +0000 |
---|---|---|
committer | John Sonnenschein <johns@joyent.com> | 2012-05-17 18:26:57 +0000 |
commit | 04b244dd661c24b510ac22936decfc0972d202d3 (patch) | |
tree | 3ebfef98afc303fddf3415d6fba64e8682f495e8 /usr/src/cmd/ssh/Makefile.ssh-common | |
parent | eac250589e41f1b705e1b7427b02b3379aac9f9e (diff) | |
parent | a69187741b83640a90dd8586195456dd50c016a8 (diff) | |
download | illumos-joyent-20120517.tar.gz |
Merge git.joyent.com:illumos-joyent20120517
Diffstat (limited to 'usr/src/cmd/ssh/Makefile.ssh-common')
-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 |