libebur128
libebur128 copied to clipboard
Fix gcc11 warning
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.