http://llvm.org/bugs/show_bug.cgi?id=10274
Eric Christopher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Eric Christopher <[email protected]> 2012-08-14 15:20:38 CDT --- This appears to be fixed in ToT: bar.m:9:11: warning: more '%' conversions than data arguments [-Wformat] test0("%d"); ~^ bar.m:10:15: warning: format specifies type 'int' but the argument has type 'char *' [-Wformat] test0("%d", "foo"); ~~ ^~~~~ %s bar.m:12:12: warning: more '%' conversions than data arguments [-Wformat] test1(@"%d"); ~^ bar.m:13:16: warning: format specifies type 'int' but the argument has type 'char *' [-Wformat] test1(@"%d", "foo"); ~~ ^~~~~ %s 4 warnings generated. -- 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
