Closed pierce-smith1 closed 7 months ago
Can't say much about how good of a solution it is, but using explicit casts seems to get rid of the warning (#23)
That's far from solving all of them though.
This feels more like "muting" them than solving them, just without literally muting them
All the C4244 and C4267s are making compilation very noisy. I have no idea if any of them speak to an actual issue - they probably don't, since everything has been going smoothly as far as I can tell - but we should do our due diligence, and get rid of all of them while we're at it.