[vorbis-dev] c++ comments in vorbis source
Ralph Giles
zen6669 at zen.co.uk
Sat Jul 13 03:44:40 PDT 2002
The MW compiler also warned about some unused args/variables. Don't know
if you what that cleaned up or not; it's easy enough to disable the
warning.
> Warning : variable / argument 'acc' is not used in function
> res0.c line 347 static int _encodepart(oggpack_buffer *opb,float
> *vec, int n,
>
> Warning : variable / argument 'vd' is not used in function
> floor1.c line 196 static vorbis_look_floor
> *floor1_look(vorbis_dsp_state *vd,
>
> Warning : variable / argument 'pos' is not used in function
> envelope.c line 90 static int _ve_amp(envelope_lookup *ve,
>
> Warning : variable / argument 'i' is not used in function
> envelope.c line 361 int i;
The last one is because the usage is #ifdef'd out, but the others are
valid.
-r
<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