Skip to content
Snippets Groups Projects

Fix ClangTidy misc-include-cleaner warnings

Merged Wan-Teh Chang requested to merge wtc/dav1d:fix-ClangTidy-misc-include-cleaner into master

Include headers to fix the following ClangTidy misc-include-cleaner warnings:

src/cpu.c: no header providing "errno" is directly included no header providing "ENOSYS" is directly included

src/looprestoration_tmpl.c: no header providing "int32_t" is directly included no header providing "coef" is directly included no header providing "ALIGN_STK_16" is directly included no header providing "HIGHBD_TAIL_SUFFIX" is directly included no header providing "BITDEPTH_MAX" is directly included

See https://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading