mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-05-05 15:33:44 +00:00
Fix broken snprintf usage; noted in PR 47976 from Henning Petersen.
As a bonus, this removes the nonliteral format arguments.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.19 2012/08/10 12:10:29 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2014/07/27 04:38:03 dholland Exp $
|
||||
|
||||
LIBISPRIVATE= yes
|
||||
|
||||
@@ -21,4 +21,3 @@ version.c: VERSION
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
COPTS.print.c+= -Wno-pointer-sign
|
||||
COPTS.log.c+= -Wno-format-nonliteral
|
||||
|
||||
Reference in New Issue
Block a user