[LLVMdev] ms vc 10 warnings
Jochen Wilhelmy
j.wilhelmy at arcor.de
Wed May 25 05:32:31 PDT 2011
Hi!
when compiling projects using llvm 2.9 and ms vc 10 I get these warnings:
1>e:\Jochen\Lib\lib\include\llvm/Use.h(218): warning C4624:
'llvm::AugmentedUse' : destructor could not be generated because a base
class destructor is inaccessible
1>C:\Program Files (x86)\Microsoft Visual Studio
10.0\VC\include\stdint.h(72): warning C4005: 'INT8_MIN' : macro redefinition
1> e:\Jochen\Lib\lib\include\llvm/Support/DataTypes.h(116) :
see previous definition of 'INT8_MIN'
The second one is because the visual c++ codepath in DataTypes.h does
not check for stdint.h
which is available on vs 10 (but not inttypes.h).
-Jochen
More information about the llvm-dev
mailing list