[vorbis-dev] MSVC warnings

Segher Boessenkool segher at chello.nl
Sat Jan 5 17:47:36 PST 2002



Brian Hook wrote:
> 
> I don't know if this is something you guys want to bother with, but I do

I certainly 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

What's a "4244"?

> 
> 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;

If you know a better *portable* way of generating a "negative" unsigned
number, please tell :-)

<p>Segher

<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