Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Merge requests
!1211
checkasm: Fix a warning about a variable that is set but not used
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Martin Storsjö
requested to merge
mstorsjo/dav1d:unused-loopfilter-h
into
master
Jun 02, 2021
Overview
3
Commits
1
Pipelines
2
Changes
1
Clang 13 got support for this warning, which warns about H being set but not used after that.