pierce-smith1 / yok.scr

the doughbyte-themed windows screensaver
https://doughbyte.com/aut/yokscr
11 stars 1 forks source link

Take a look at all the possible loss of data warnings #10

Closed pierce-smith1 closed 7 months ago

pierce-smith1 commented 1 year ago

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.

McAwesome123 commented 1 year 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)

pierce-smith1 commented 1 year ago

That's far from solving all of them though.

McAwesome123 commented 1 year ago

This feels more like "muting" them than solving them, just without literally muting them