[Speex-dev] Unitialised variables...

illiminable ogg at illiminable.com
Fri Sep 24 01:50:09 PDT 2004


Just making some windows builds, and there's a warning about "pitch" may be 
used without being initialised (V1.0.4) in nb_celp.c

Can be removed by changing line 1010 from

int pitch;

to

int pitch = 0;

Cheers,

Zen. 




More information about the Speex-dev mailing list