Displaying 2 results from an estimated 2 matches for "c4805".
Did you mean:
c4305
2010 Oct 15
1
[LLVMdev] compiling rev. 116572 on you-know-what
...rror C2065:
'EAFNOSUPPORT' : undeclared identifier
and many similar errors regarding the system error constants. msdn says it's
WSAEAFNOSUPPORT instead of EAFNOSUPPORT
(prepend WSA... to all system error constants)
\llvm\tools\clang\lib\Serialization\ASTReaderStmt.cpp(1083) : warning
C4805: '==' : unsafe mix of type 'const uint64_t' and type 'bool' in
operation
\llvm\unittests\Support\MathExtrasTest.cpp(76) : warning C4305:
'initializing' : truncation from 'double' to 'const float'
\llvm\unittests\adt\stringreftest.cpp(21) : warning...
2011 Feb 20
5
[LLVMdev] Windows/Visual Studio 2010 warnings (WARNINGS!)
Hi,
I stumbled across three warnings in LLVM when building with MS Visual
Studio 2010. It has been my experience that different compilers detect
different things, so I thought I'd pass them on to you (in case your
compiler does not warn about these things):
warning C4805: '==' : unsafe mix of type 'bool' and type 'unsigned int'
in operation lib\Transforms\IPO\ExtractGV.cpp 58
1 LLVMipo
warning C4805: '==' : unsafe mix of type 'bool' and type 'unsigned int'
in operation lib\Transforms...