melatonin_blur icon indicating copy to clipboard operation
melatonin_blur copied to clipboard

Compiler warnings

Open sudara opened this issue 1 year ago • 2 comments

I know, I know....

TODO:

  • [ ] Main module MSVC happy
  • [ ] Main module clang happy
  • [ ] Tests happy
  • [ ] Fail tests on warnings

sudara avatar Nov 08 '23 12:11 sudara

ee269d3 removed pixel_helpers from single_channel blur, which removed a few.

Not quite sure what to do with the unreferenced function with internal linkage has been removed ones on MSVC — perhaps just needs a [[maybe_unused]]? Those are useful in tests.

sudara avatar Dec 25 '23 18:12 sudara

Related PRs:

  • #51
  • #49
  • #53

sudara avatar Jan 08 '24 13:01 sudara