[PATCH] D15897: [libc++] Silence warning about padding inserted at the tail of struct _Rep_base

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 26 13:11:33 PST 2016


On Tue, Jan 26, 2016 at 07:43:03PM +0000, Akira Hatanaka via cfe-commits wrote:
> 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.

I just mean that it should not be fatal.

Joerg


More information about the cfe-commits mailing list