[vorbis-dev] MSVC warnings

Brian Hook brianhook at pyrogon.com
Sat Jan 5 16:35:52 PST 2002



I don't know if this is something you guys want to bother with, but I do
get a stack of the 4244 warnings under MSVC++.  These are trivial enough
to remove by putting:

#ifdef _MSC_VER
#pragma warning (disable: 4244)
#endif

Where appropriate.  I'm also getting a couple warnings of "unary minus
operator applied to unsigned type, result still unsigned", in bitwise.c,
line 177 and line 209:

    ret=-1UL;

Brian

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list