Index: third_party/winsdk_samples/winsdk_samples.gyp |
diff --git a/third_party/winsdk_samples/winsdk_samples.gyp b/third_party/winsdk_samples/winsdk_samples.gyp |
index 12bc265ec7b894dcf3391f2c4e86bd5e281b2179..6de0dead7c7fc464fb88a77e0b2b198689d23aef 100644 |
--- a/third_party/winsdk_samples/winsdk_samples.gyp |
+++ b/third_party/winsdk_samples/winsdk_samples.gyp |
@@ -109,6 +109,17 @@ |
], |
}, |
}, |
+ 'direct_dependent_settings': { |
+ 'msvs_settings': { |
+ 'VCCLCompilerTool': { |
+ 'AdditionalOptions': [ |
+ # Disable warnings failing when compiling with Clang on Windows. |
+ # https://bugs.chromium.org/p/webrtc/issues/detail?id=5366 |
+ '-Wno-ignored-qualifiers', |
+ ], |
+ }, |
+ }, |
+ }, |
},], |
], # conditions. |
}, |