On Mon, 31 Jul 2023, Kito Cheng wrote: > Sorry for disturbing, pushed a fix for that, and...added > -Werror=unused-variable to my build script to prevent that happen > again :(
I just configure with `--enable-werror-always', which we want to keep our standards up to anyway, but if you find this infeasible for some reason with your workflow, then there's always an option to grep for warnings in the build log and diff that against the previous iteration. Maciej