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

Chris Lattner clattner at apple.com
Sat Mar 24 13:47:08 PDT 2012


LGTM,

-Chris

On Mar 24, 2012, at 9:08 AM, Jean-Daniel Dupas 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