DCurrent / openbor

OpenBOR is the ultimate 2D side scrolling engine for beat em' ups, shooters, and more!
http://www.chronocrash.com
BSD 3-Clause "New" or "Revised" License
894 stars 119 forks source link

Silence unused variable warning for vorbis_fpu within webm library. #302

Closed SumolX closed 3 months ago

SumolX commented 3 months ago

Since vorbis_fpu_set/get are inline functions and are not implemented for most Modern distributions, I prefer to silence the warning versus chopping up the code where these functions are referenced since unused functions and variables are eventually stripped away by linker.