From 1e509d5dbf2d56c2c288e55fc7ae4896559b643e Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 25 Jul 2005 21:25:43 +0000 Subject: [PATCH] changelog comment slightly editted... - Added -Wno-pointer-sign (if available) to get rid of those stupid warnings that are enabled by default even without -Wall (!?) on GCC4. --- Changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 9694b4bb7..cecde33d6 100644 --- a/Changes +++ b/Changes @@ -813,5 +813,5 @@ and PHANTOm (#2590). - IPv6: Added configure check for in6addr_any to fix Fedora Core 4 compile problem, reported by wheatie80 (#2594). -- Added -Wno-pointer-sign to get rid of those stupid warnings that are enabled by default - even without -Wall (!?) on GCC4. +- Added -Wno-pointer-sign (if available) to get rid of those stupid warnings that are + enabled by default even without -Wall (!?) on GCC4.