Dear all, When I tried to compile LLVM, I found these annoying warnings. I actually found several other, but this patch deals with the trivial ones Regards, Rizky Herucakra -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100612/d2171b49/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: patch_to_remove_few_warning.patch Type: application/octet-stream Size: 1049 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100612/d2171b49/attachment.obj>
Hi Rizky,> When I tried to compile LLVM, I found these annoying warnings. I > actually found several other, but this patch deals with the trivial oneswhat were the warnings? Ciao, Duncan.
On Jun 11, 2010, at 7:33 PM, Rizky Herucakra wrote:> Dear all, > > When I tried to compile LLVM, I found these annoying warnings. I actually found several other, but this patch deals with the trivial onesLooks great to me, applied in r105886, thanks! -Chris
sorry, forgot to reply to mailing list :-) ---------- Forwarded message ---------- From: Rizky Herucakra <deimos13710 at gmail.com> Date: Sun, Jun 13, 2010 at 7:20 PM Subject: Re: [LLVMdev] Patch to remove Warnings To: Duncan Sands <baldrick at free.fr> something about bool converted to int and something about struct that previously declared as class. It's trivial, really On Sat, Jun 12, 2010 at 6:28 PM, Duncan Sands <baldrick at free.fr> wrote:> > > what were the warnings? > > Ciao, > > Duncan. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100613/360d6a53/attachment.html>
Hi all, Speaking about warnings, we're seeing the following warnings when building LLVM/Clang on FreeBSD/amd64. When using GCC: http://amd64-clang-bot.qat.freebsd.org:8010/builders/freebsd-clang-amd64/builds/20/steps/compile-llvm.1/logs/warnings When using Clang: http://amd64-clang-bot.qat.freebsd.org:8010/builders/freebsd-clang-amd64/builds/20/steps/compile-llvm.2/logs/warnings -- Ed Schouten <ed at 80386.nl> WWW: http://80386.nl/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100614/8982972a/attachment.sig>
> Speaking about warnings, we're seeing the following warnings when > building LLVM/Clang on FreeBSD/amd64.Which versions of LLVM/Clang? Also, X86GenAsmWriter.inc is a generated file, so you may want to attach it so people can see exactly what the warnings are referring to. Ciao, Duncan.
On Jun 14, 2010, at 2:26 AM, Ed Schouten wrote:> Hi all, > > Speaking about warnings, we're seeing the following warnings when > building LLVM/Clang on FreeBSD/amd64. > > When using GCC: > http://amd64-clang-bot.qat.freebsd.org:8010/builders/freebsd-clang-amd64/builds/20/steps/compile-llvm.1/logs/warnings > > When using Clang: > http://amd64-clang-bot.qat.freebsd.org:8010/builders/freebsd-clang-amd64/builds/20/steps/compile-llvm.2/logs/warningsI fixed a few of these. I don't know how to fix the gtest warnings though. -Chris