Index: testing/gtest.gyp |
diff --git a/testing/gtest.gyp b/testing/gtest.gyp |
index d61772ecbe23323760e2a22a8364697bf88cbe29..79d7e669800e3a1614df0027537bc52c951a9b0d 100644 |
--- a/testing/gtest.gyp |
+++ b/testing/gtest.gyp |
@@ -191,6 +191,14 @@ |
], |
'msvs_disabled_warnings': [4800], |
}, |
+ 'variables': { |
+ 'clang_warning_flags': [ |
+ # The Mutex constructor initializer list in gtest-port.cc is |
+ # incorrectly ordered. See |
+ # https://groups.google.com/d/msg/googletestframework/S5uSV8L2TX8/U1FaTDa6J6sJ. |
+ '-Wno-reorder', |
+ ] |
+ }, |
}, |
{ |
'target_name': 'gtest_main', |