build: turn on -Wconversion
This warns when implicit conversions may alter a value. It's easy to miss implicit conversions from signed to unsigned, from real to integer, or to smaller types. This warning forces such conversions to be explicit.
Signed-off-by: Simon Ser contact@emersion.fr