"James Hawkins" truiken@gmail.com writes:
Is there anything wrong with this patch?
Changelog:
- Fix handling of the no-op identifier in the Directory table.
You are assigning a const string to a non-const variable, that causes warnings.
* On Tue, 20 Jun 2006, Alexandre Julliard wrote:
- "James Hawkins" truiken@gmail.com writes:
Is there anything wrong with this patch?
You are assigning a const string to a non-const variable, that causes warnings.
Alexandre, maybe we should know what CGLAGS are you using so we can use them too and detect such compiler warnings in future? Would you reveal them, please? :)
Saulius Krasuckas saulius2@ar.fi.lt writes:
Alexandre, maybe we should know what CGLAGS are you using so we can use them too and detect such compiler warnings in future? Would you reveal them, please? :)
I don't use special flags, just a standard configure. You may need a more recent gcc to see all the warnings.