[LLVMdev] compiling rev. 116572 on you-know-what
Jochen Wilhelmy
j.wilhelmy at arcor.de
Fri Oct 15 05:44:21 PDT 2010
Hi!
These warnings and errors might be interesting to you when compiling
rev. 116572
of llvm and clang on windows:
\llvm\utils\killthedoctor\system_error.h(260) : error 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 C4717:
'llvm::operator<<' : recursive on all control paths, function will cause
runtime stack overflow
-Jochen
More information about the llvm-dev
mailing list