[PATCH] D16480: [libcxx] NFC: suppress warning on systems where sizeof(int) == sizeof(long)

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 22 19:05:45 PST 2016


EricWF added a subscriber: EricWF.
EricWF added a comment.

How are you getting this warning? I can't generate it with Clang 3.8 on 64bit linux with -m32. In that configuration int and long have the same size.


http://reviews.llvm.org/D16480





More information about the cfe-commits mailing list