[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
Mon Jan 25 15:01:03 PST 2016
ahatanak added a comment.
Maybe we can just remove -Wpadded from buildit's command line for now? If we decide in the future it's worthwhile to use -Wpadded, we can put it back and commit this patch. Also in that case we should make sure cmake uses the option too.
http://reviews.llvm.org/D15897
More information about the cfe-commits
mailing list