[PATCH] D15897: [libc++] Silence warning about padding inserted at the tail of struct _Rep_base
Akira Hatanaka via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 26 11:43:03 PST 2016
ahatanak added a comment.
Do you mean "-Wpadded -Wno-error=padded" instead of padding?
I'm looking for a way to silence the warning, so that isn't enough. If we need more time to decide whether we want to use -Wpadded (for both buildit and cmake), I think I'll just remove -Wpadded from buildit's command line for now.
http://reviews.llvm.org/D15897
More information about the cfe-commits
mailing list