[llvm-commits] [patch] silence a warning in Signal.inc

Bill Wendling wendling at apple.com
Mon Mar 26 14:37:55 PDT 2012


LGTM.

-bw

On Mar 24, 2012, at 9:08 AM, Jean-Daniel Dupas <devlists at shadowlab.org> wrote:

> Hi,
> 
> When building llvm with clang, it emits 2 warnings about implicit conversion of NULL to integer.
> This patch solves this issue by using the proper constants (MACH_PORT_NULL and THREAD_STATE_NONE) instead of NULL.
> 
> -- Jean-Daniel
> 
> 
> 
> <signal.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list