mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-13 15:18:04 +00:00
Use of non-literal format strings
This commit is contained in:
parent
c0180dc6d9
commit
6e5fe150f1
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.17 2011/08/16 16:45:20 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2011/08/25 16:47:20 joerg Exp $
|
||||
|
||||
LIBISPRIVATE= yes
|
||||
|
||||
@ -23,3 +23,5 @@ version.c: VERSION
|
||||
.if defined(HAVE_GCC) || defined(HAVE_PCC)
|
||||
COPTS.print.c+= -Wno-pointer-sign
|
||||
.endif
|
||||
|
||||
COPTS.log.c+= -Wno-format-nonliteral
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user