[PATCH] D23831: [libcxx] Fix gcc 4.9 -Wcast-qual warning.

Andrey Khalyavin via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 5 05:57:43 PDT 2016


halyavin added a comment.

False alarm. I figured out that only -Wattributes warnings ignore gcc system_header pragma. So this -Wcast-qual and other warnings doesn't block us.


https://reviews.llvm.org/D23831





More information about the cfe-commits mailing list