xiph / vorbis

Reference implementation of the Ogg Vorbis audio format.
BSD 3-Clause "New" or "Revised" License
451 stars 183 forks source link

Warning in code #106

Open TannicArcher opened 5 months ago

TannicArcher commented 5 months ago

code/libvorbis/lib/psy.c: In function ‘_vp_noisemask’: code/libvorbis/lib/psy.c:714:3: warning: ‘work’ may be used uninitialized [-Wmaybe-uninitialized] 714 | bark_noise_hybridmp(n,p->bark,work,logmask,0., | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 715 | p->vi->noisewindowfixed); | ~~~~~~~~~~~~~~~~~~~~~~~~ code/libvorbis/lib/psy.c:543:13: note: by argument 3 of type ‘const float *’ to ‘bark_noise_hybridmp’ declared here 543 | static void bark_noise_hybridmp(int n,const long *b, | ^~~~~~~~~~~~~~~~~~~

sergeevabc commented 2 months ago

Dear developers, please shed some light on these alarming log lines.