[libcxx] r272632 - Ignore depricated warnings from <ext/hash_map> and <ext/hash_set>

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 14 01:58:41 PDT 2016


The depreciation warnings are emitted from <ext/hash_map> and
<ext/hash_set> using "#warning". The actual types are not  marked
deprecated using attributes.
That's why the tests suppress "-W#warning". I'm trying to get our test
suite passing with -Wsystem-headers -Werror so this is a necessary evil.

Hope that clears things up.

/Eric

On Tue, Jun 14, 2016 at 2:36 AM, Joerg Sonnenberger via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> On Tue, Jun 14, 2016 at 03:26:11AM -0000, Eric Fiselier via cfe-commits
> wrote:
> > Author: ericwf
> > Date: Mon Jun 13 22:26:11 2016
> > New Revision: 272632
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=272632&view=rev
> > Log:
> > Ignore depricated warnings from <ext/hash_map> and <ext/hash_set>
>
> Commit message and change don't agree, do they?
>
> Joerg
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160614/fcdff995/attachment.html>


More information about the cfe-commits mailing list