http://llvm.org/bugs/show_bug.cgi?id=8597
John McCall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from John McCall <[email protected]> 2010-11-13 23:38:20 CST --- The warning you want is -Wconversion. -Wshorten-64-to-32 is strictly a portability aid and should not be warning about arbitrary implicit narrowings just because of their byte size. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
