Re: msi: Fix handling of the no-op identifier in the Directory table [resend]
"James Hawkins" <truiken(a)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. -- Alexandre Julliard julliard(a)winehq.org
* On Tue, 20 Jun 2006, Alexandre Julliard wrote:
* "James Hawkins" <truiken(a)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(a)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. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Saulius Krasuckas