[PATCH] D23831: [libcxx] Fix gcc 4.9 -Wcast-qual warning.
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 30 03:18:21 PDT 2016
EricWF added a comment.
In https://reviews.llvm.org/D23831#528666, @halyavin wrote:
> We have libc++ in our source tree and compile it as part of our build process. All code in the source tree uses -Werror by default, so I am having compile errors on gcc 4.9.
Are you also compiling with `-D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER`?
https://reviews.llvm.org/D23831
More information about the cfe-commits
mailing list