Showing the code is causing this warning may help.Hi,my friendsI have a stupid questionNow i build boost 1.49 on x64 platform with vc2005I find such many warnings: warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data or conversion from '_int64' to 'unsigned int', possible loss of dataI want to make sure that these warnings really do lose data whether or not on x64 flatform.Put another way, could these warning be neglected or should i change the source code?