From 72edb7c28f204d6c0512612968482803747b6d4f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 17 Mar 2013 19:04:25 +0000 Subject: Fix compilation warning by MinGW GCC. setenv.c [!HAVE_ENVIRON_DECL]: Avoid declaring environ if it is a macro, as this causes compiler warnings with MinGW. --- libiberty/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libiberty/ChangeLog') diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index b4c6180..fa921e4 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2013-03-17 Eli Zaretskii + + * setenv.c [!HAVE_ENVIRON_DECL]: Avoid declaring environ if it is + a macro, as this causes compiler warnings with MinGW. + 2013-03-01 Andreas Schwab * obstacks.texi (Obstacks): Trim @node to only contain the -- cgit v1.1