X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fb7d7dd1ed78988da58039acb76079e8a85c5de4;hb=c232dc71492aca02861923bf1a082632703dfb16;hp=952e5c86d918e278d0e67c525d1d771afe65d97e;hpb=2449f6ebc91514e321ffe7420222727909f515b2;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 952e5c86d..fb7d7dd1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2009-08-26 Pádraig Brady + + ignore-value: handle pointer types, too + * lib/ignore-value.h (__attribute__): Remove definition. + (ignore_value): Remove use of "__attribute__ ((unused))" in favor + of a more concise and more-often effective "(void) i" statement. + (ignore_ptr): New function to suppress warnings from functions that + return pointers, and to make it explicit that one function doesn't + handle all cases. + 2009-08-25 Bruno Haible dup2: work around a Linux bug.