Skip to content

checkasm: Fix a warning about a variable that is set but not used

Martin Storsjö requested to merge mstorsjo/dav1d:unused-loopfilter-h into master

Clang 13 got support for this warning, which warns about H being set but not used after that.

Merge request reports