Use of non-literal format strings

This commit is contained in:
joerg 2011-08-25 16:29:39 +00:00
parent 21f7e41a91
commit 0855702cc7
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2011/08/17 09:32:55 christos Exp $
# $NetBSD: Makefile,v 1.4 2011/08/25 16:29:39 joerg Exp $
LIBISPRIVATE=yes
@ -41,4 +41,6 @@ SRCS= assertions.c \
time.c \
sockaddr.c
COPTS.log.c+= -Wno-format-nonliteral
.include <bsd.lib.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2010/08/29 18:52:59 kardel Exp $
# $NetBSD: Makefile,v 1.3 2011/08/25 16:29:39 joerg Exp $
LIBISPRIVATE=yes
@ -24,4 +24,6 @@ SRCS=systime.c a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c audio.c \
statestr.c strdup.c strstr.c syssignal.c tsftomsu.c tstotv.c tvtots.c \
uglydate.c uinttoa.c ymd2yd.c
COPTS.msyslog.c+= -Wno-format-nonliteral
.include <bsd.lib.mk>