Skip to content

meson: Enable -Werror=int-conversion.

I think implicit conversions here are almost always wrong:

  1. wrong argument position ptr vs. int (Would have prevented !2551 (merged))
  2. will often have issues with 32-bit platforms.
Edited by Bas Nieuwenhuizen

Merge request reports