You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Sean Rohead <se...@nextpage.com> on 2004/08/16 19:55:05 UTC

Compiler Warnings

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