diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2016-03-11 11:38:31 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2016-03-11 11:38:31 +0000 |
commit | e7c246c5f1485789ab6c1c0be93fbd6257b2a73f (patch) | |
tree | f157f0cbb4de751afbdfcea8fc9535ee0c4bde08 /lib/libpam/modules/pam_ssh/Makefile | |
parent | 9bb18677baa4cd832215ea69f10fe89e1e381c38 (diff) | |
download | src-e7c246c5f1485789ab6c1c0be93fbd6257b2a73f.tar.gz src-e7c246c5f1485789ab6c1c0be93fbd6257b2a73f.zip |
Define __bounded__ to fix the gcc build. While there, raise WARNS.
Notes
Notes:
svn path=/head/; revision=296651
Diffstat (limited to 'lib/libpam/modules/pam_ssh/Makefile')
-rw-r--r-- | lib/libpam/modules/pam_ssh/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpam/modules/pam_ssh/Makefile b/lib/libpam/modules/pam_ssh/Makefile index af44d6e51def..a2dabc58389f 100644 --- a/lib/libpam/modules/pam_ssh/Makefile +++ b/lib/libpam/modules/pam_ssh/Makefile @@ -7,7 +7,6 @@ LIB= pam_ssh MAN= pam_ssh.8 SRCS= pam_ssh.c -WARNS?= 3 CFLAGS+= -I${SSHDIR} -include ssh_namespace.h SRCS+= ssh_namespace.h |