Skip to content

src: avoid implicit type conversions

Rodrigo Muino Tomonari requested to merge github/fork/targos/win-c4244-1 into master

This fixes a bunch of C4244 ('conversion' conversion from 'type1' to 'type2', possible loss of data) MSVC warnings in the code base.

Merge request reports

Loading