Hi - The current top level CMakeLists.txt for libc++ adds warning flags to a variable named LIBCXX_WARNING_FLAGS, but then uses LIBCXX_CXX_WARNING_FLAGS when it calls add_definitions, so the flags are not actually added to the build. The attached patch changes LIBCXX_WARNING_FLAGS to LIBCXX_CXX_WARNING_FLAGS.
Thanks, Andrew
cmake.warnflags.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list cfe-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits