Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/lib/libpam/libpam Pull up following revision(s) (requeste...



details:   https://anonhg.NetBSD.org/src/rev/db5b5d55295f
branches:  netbsd-7
changeset: 799363:db5b5d55295f
user:      snj <snj%NetBSD.org@localhost>
date:      Fri May 22 16:58:47 2015 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #789):
        lib/libpam/libpam/Makefile: revision 1.18
When building with clang, make warnings about NULL checks of parameters
with attribute nonnull non-fatal.

diffstat:

 lib/libpam/libpam/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6a9f284bac72 -r db5b5d55295f lib/libpam/libpam/Makefile
--- a/lib/libpam/libpam/Makefile        Fri May 22 16:56:45 2015 +0000
+++ b/lib/libpam/libpam/Makefile        Fri May 22 16:58:47 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/12/28 18:04:18 christos Exp $
+# $NetBSD: Makefile,v 1.16.4.1 2015/05/22 16:58:47 snj Exp $
 #-
 # Copyright (c) 1998 Juniper Networks, Inc.
 # All rights reserved.
@@ -204,6 +204,8 @@
        ${CC} ${LDFLAGS} -nostdlib -o ${.TARGET} -r -Wl,--whole-archive \
            openpam_static.o ${STATIC_MODULE_LIBS}
 
+CWARNFLAGS.clang+=     -Wno-error=tautological-pointer-compare
+
 .include <bsd.lib.mk>
 .PATH.h: ${DIST}/include
 .PATH.c: ${DIST}/lib



Home | Main Index | Thread Index | Old Index