Source-Changes-HG archive

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

[src/trunk]: src/external/public-domain/xz -Wno-format-security is no longer ...



details:   https://anonhg.NetBSD.org/src/rev/fad28f45c8ab
branches:  trunk
changeset: 770429:fad28f45c8ab
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Oct 16 17:24:32 2011 +0000

description:
-Wno-format-security is no longer needed with clang, now that libintl.h
is fixed.

diffstat:

 external/public-domain/xz/Makefile.inc |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 3c741fe5bafe -r fad28f45c8ab external/public-domain/xz/Makefile.inc
--- a/external/public-domain/xz/Makefile.inc    Sun Oct 16 17:12:11 2011 +0000
+++ b/external/public-domain/xz/Makefile.inc    Sun Oct 16 17:24:32 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2011/05/26 12:56:27 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.3 2011/10/16 17:24:32 joerg Exp $
 
 XZHOMEPAGE=    http://tukaani.org/xz/
 XZVERSION=     5.0.0
@@ -13,5 +13,3 @@
 
 CFLAGS+=       -std=c99
 WARNS=         2
-
-CWARNFLAGS.clang+=     -Wno-format-security
\ No newline at end of file



Home | Main Index | Thread Index | Old Index