When using the log4cxx libraries in a VisualStudio project, I am getting
3 warnings in tchar.h:

include\log4cxx\helpers\tchar.h(263) : warning C4244: 'argument' :
conversion from '__w64 int' to 'std::streamoff', possible loss of data

include\log4cxx\helpers\tchar.h(264) : warning C4244: 'argument' :
conversion from '__w64 int' to 'int', possible loss of data

include\log4cxx\helpers\tchar.h(269) : warning C4244: 'argument' :
conversion from '__w64 int' to 'std::streamoff', possible loss of data


Are these warnings something I should be concerned about?  Am I
including things in the wrong order or is there some other way to get
rid of these warnings?

Thanks,

Sean Rohead

Reply via email to