From caa2306d16e879659cdbef4ec54752637fb5c474 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 31 Dec 2014 15:55:00 +0500 Subject: Libmv: Update to latest upstream version Main purpose of this is to bring new gflags library which is more likely to have a fix for undefined order of static variables initialization and also to bring new glog where some compilation error are fixed (which are only visible with more strict checks with clang and c++11 enabled). --- tests/gtests/testing/testing_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gtests/testing') diff --git a/tests/gtests/testing/testing_main.cc b/tests/gtests/testing/testing_main.cc index ef8e743b642..b2dcc445aca 100644 --- a/tests/gtests/testing/testing_main.cc +++ b/tests/gtests/testing/testing_main.cc @@ -28,7 +28,7 @@ int main(int argc, char **argv) { testing::InitGoogleTest(&argc, argv); - google::ParseCommandLineFlags(&argc, &argv, true); + gflags::ParseCommandLineFlags(&argc, &argv, true); google::InitGoogleLogging(argv[0]); return RUN_ALL_TESTS(); -- cgit v1.2.3