Kodi Community Forum

Full Version: Warning in last modified xbox_video.cpp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 };
ignore it, it doesn't matter.
since many ppl are compiling their own builds, we don't count compiling help to "development". Image

mving to "support (help)"