summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/ssh')
-rw-r--r--usr/src/cmd/ssh/Makefile.ssh-common5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/cmd/ssh/Makefile.ssh-common b/usr/src/cmd/ssh/Makefile.ssh-common
index f931266862..25a9c2560f 100644
--- a/usr/src/cmd/ssh/Makefile.ssh-common
+++ b/usr/src/cmd/ssh/Makefile.ssh-common
@@ -79,6 +79,11 @@ LINTFLAGS += \
-erroff=E_STMT_NOT_REACHED \
-errtags=yes
+CERRWARN += -_gcc=-Wno-parentheses
+CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += -_gcc=-Wno-unused-function
+CERRWARN += -_gcc=-Wno-unused-variable
+
ROOTLIBSSH= $(ROOTLIB)/ssh
ROOTLIBSSHPROG= $(PROG:%=$(ROOTLIBSSH)/%)