[reSIProcate] Visual Studio 2005 compilation warnings of 1.4 branch
Scott Godin
sgodin at sipspectrum.com
Wed Dec 3 20:28:06 CST 2008
I like this approach better. I needed a few more defines though. I
changed to code from pragma warning disable to:
#define strdup _strdup
#define stricmp _stricmp
#define strnicmp _strnicmp
#define write _write
for WIN32.
Thanks,
Scott
On Tue, Dec 2, 2008 at 4:22 PM, Matthias Moetje <moetje at terasens.com> wrote:
> Another way to "fix" instead of disabling the warning would probably be:
>
> #define strdup _strdup
>
> for WIN32
>
>
> Best regards,
> Freundliche Grüße,
>
> Matthias Moetje
> ______________________________________________
>
> TERASENS GmbH Phone: +49.89.143370-0
> Augustenstraße 24 Fax: +49.89.143370-22
> 80333 Munich e-mail: info at terasens.com
> GERMANY Web: www.terasens.com
> ______________________________________________
>
More information about the resiprocate-devel
mailing list