Displaying 3 results from an estimated 3 matches for "9554a701".
2010 Sep 25
2
[LLVMdev] Visual Studio 2010 build warning & errors
...u
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>>
>
>
> --
> Ahmed Charles
> http://www.ahmedcharles.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100925/9554a701/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vs-warnings.patch
Type: application/octet-stream
Size: 1873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100925/9554a701/attachment.obj>
2010 Sep 25
0
[LLVMdev] Visual Studio 2010 build warning & errors
Note: static_cast<bool> doesn't make the warning go away or did you check
that? I just compiled a small test and it didn't work. The recommended
solution is:
(expression) != 0
http://msdn.microsoft.com/en-us/library/b6801kcy.aspx
It even says: Casting the expression to type bool will not disable the
warning, which is by design.
On Thu, Sep 23, 2010 at 9:18 AM, Nathan Jeffords
2010 Sep 23
4
[LLVMdev] Visual Studio 2010 build warning & errors
On Thu, Sep 23, 2010 at 4:04 AM, Michael Spencer <bigcheesegs at gmail.com>wrote:
> On Thu, Sep 23, 2010 at 2:40 AM, Nathan Jeffords
> <blunted2night at gmail.com> wrote:
> > here are a couple of patches to address some warnings
> > in Microsoft compilers, and a build error in vs2010 in particular
> > vs2010-errors.patch:
> > In SelectionDAGISel,