--- code/trunk/ChangeLog 2010/05/03 12:54:22 514 +++ code/trunk/ChangeLog 2010/05/04 09:12:25 515 @@ -19,6 +19,12 @@ 5. Added support for \N, which always matches any character other than newline. (It is the same as "." when PCRE_DOTALL is not set.) + +6. When compiling pcregrep with newer versions of gcc which may have + FORTIFY_SOURCE set, several warnings "ignoring return value of 'fwrite', + declared with attribute warn_unused_result" were given. Just casting the + result to (void) does not stop the warnings; a more elaborate fudge is + needed. I've used a macro to implement this. Version 8.02 19-Mar-2010