Warning in last modified xbox_video.cpp - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Warning in last modified xbox_video.cpp (/showthread.php?tid=3513) |
- pyra - 2004-05-12 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 }; - Butcher - 2004-05-12 ignore it, it doesn't matter. - Hullebulle - 2004-05-12 since many ppl are compiling their own builds, we don't count compiling help to "development". mving to "support (help)" |