On Fr, 2007-11-02 at 13:44 +0000, Robert Shearman wrote:
What's the reason of the Parameter "BOOL open_for_write" ?
On the other hand, gcc does not warn about that unused Parameter.
"-Wunused" (included in "-Wall") is not enough: We need "-W" with "-Wunused", but wine requires a lot of fixes for that.