DragonMinded / libdragon

Open source library for N64 development.
https://libdragon.dev
The Unlicense
674 stars 98 forks source link

Fixed an error on gcc version (Ubuntu 13.2.0-23ubuntu4) 13.2.0 #531

Closed lambertjamesd closed 2 months ago

lambertjamesd commented 2 months ago

I was getting an error while building the toolchain after setting up a computer on the latest version of ubuntu. I'm assuming the error is showing up now because gcc got more sophisticated error checking

I was getting this error at src/audio/opus/celt_encoder.c:1014 error: ‘mask’ may be used uninitialized

rasky commented 2 months ago

Thanks. The warning is clearly spurious given the following for cycle, but anyway.