2004-05-12, 14:03
maybe i have a different default in my compiler but the new version of file xbox_video.cpp downloaded today (12-may-04) makes 4 warnings like this one:
\xbmc\cores\mplayer\xbox_video.cpp(908): warning c4244: 'initializing' : conversion from 'float' to 'long', possible loss of data
the line code that makes this warning is:
d3drect rs = { m_osdrect.left+1, m_osdrect.top+1, m_osdrect.right-1, m_osdrect.bottom-1 };
\xbmc\cores\mplayer\xbox_video.cpp(908): warning c4244: 'initializing' : conversion from 'float' to 'long', possible loss of data
the line code that makes this warning is:
d3drect rs = { m_osdrect.left+1, m_osdrect.top+1, m_osdrect.right-1, m_osdrect.bottom-1 };