FYI the build also fails when throwing errors on the following warnings:
-Wctor-dtor-privacy
-Wabi
/gtest-1.7.0/include/gtest/internal/gtest-internal.h:779:7: error: all member functions in class ‘testing::internal::ImplicitlyConvertible<From, To>’ are private [-Werror=ctor-dtor-privacy]
class ImplicitlyConvertible {
^
In file included from cpp/3rdparty/gtest-1.7.0/include/gtest/internal/gtest-param-util.h:47:0,
from cpp/3rdparty/gtest-1.7.0/include/gtest/gtest-param-test.h:192,
from cpp/3rdparty/gtest-1.7.0/include/gtest/gtest.h:62,
from cpp/javascript/testing/javascripttest.cpp:3:
cpp/3rdparty/gtest-1.7.0/include/gtest/gtest-printers.h:497:13: error: the mangled name of ‘void testing::internal::PrintTo(const std::tr1::tuple<>&, std::ostream*)’ will change in a future version of GCC [-Werror=abi]