SetRect(&src, 16, 0, (16+paddle.iWidth), 16) ;
paddle.iWidth is the float
I know that I can just ignore those warnings and I can change how VC++ display what kind of warnings he ignores
but is there another way to get rid of this warning by changing my code a bit?
thanx in advance
how do I get rid of the following warnings?
warning C4244: ''argument'' : conversion from ''float'' to ''int'', possible loss of data
source :
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement