Thread: Fix for compiler warnings on MSVC

Fix for compiler warnings on MSVC

From
"Gevik Babakhani"
Date:
this is a fix for the compiler warnings on MSVC due differences in
declaration and implementation of _yconv in strfime.c.

I have testing this patch on:

- MSVC 8
- gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)

Regards,
Gevik.

Attachment

Re: Fix for compiler warnings on MSVC

From
Magnus Hagander
Date:
On Tue, Feb 19, 2008 at 11:25:14AM +0100, Gevik Babakhani wrote:
> this is a fix for the compiler warnings on MSVC due differences in
> declaration and implementation of _yconv in strfime.c.
>
> I have testing this patch on:
>
> - MSVC 8
> - gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)

Argh for delays in the mailinglist delivery and my reading :-) I've just
applied one identical and one very similar patch to yours for these two
issues.

But thanks anyway :-)

//Magnus

Re: Fix for compiler warnings on MSVC

From
"Gevik Babakhani"
Date:
> Argh for delays in the mailinglist delivery and my reading
> :-) I've just applied one identical and one very similar
> patch to yours for these two issues.
>
> But thanks anyway :-)
>

Thank you :)