Displaying 1 result from an estimated 1 matches for "ccnsghvf".
2011 Mar 01
1
[LLVMdev] warnings for LLVM in MinGW
...nd LLVM 2.8 with LLVM-GCC 2.8 in Windows using MinGW. However, when I go for running a simple Hello World program, I get warnings. Using LLVM-GCC, the warning i get is the following:
C:\MinGW\bin/ld.exe: Warning: type of symbol `_main' changed from 32 to 512 in D
:/DOCUME~2/AZIM/LOCALS~1/Temp/ccnsGHVf.o
Using Clang, the warning i get is the following:
C:/MinGW/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe: Warning: type of symbol `_main' changed from 32 to 512 in C
:/DOCUME~2/AZIM/LOCALS~1/Temp/cc-000001.o
In both cases, the executable is produced and I can run the execu...