Fix for compiler warnings on MSVC

Started by Gevik Babakhaniover 18 years ago3 messagespatches
Jump to latest
#1Gevik Babakhani
pgdev@xs4all.nl

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.

Attachments:

2.strftime.c.patchapplication/octet-stream; name=2.strftime.c.patchDownload+2-2
#2Magnus Hagander
magnus@hagander.net
In reply to: Gevik Babakhani (#1)
Re: Fix for compiler warnings on MSVC

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

#3Gevik Babakhani
pgdev@xs4all.nl
In reply to: Magnus Hagander (#2)
Re: Fix for compiler warnings on MSVC

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 :)