jiixyj / libebur128

A library implementing the EBU R128 loudness standard.
MIT License
395 stars 76 forks source link

Fix gcc11 warning #128

Open bmatherly opened 1 year ago

bmatherly commented 1 year ago

error: variable 'errcode' set but not used [-Werror=unused-but-set-variable]

I prefer to compile with warnings as errors when possible. This patch allows it to compile.