EricWF added a comment.

MSVC seriously emits a warning for `void foo(short); foo(0);` because the 
literal `0` is an int? If so you really should fix that in MSVC; That's a bogus 
warning. Does it emit a warning for `short x = 3;`?


https://reviews.llvm.org/D27540



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to