Index: gpu/gles2_conform_support/gles2_conform_test.gyp |
diff --git a/gpu/gles2_conform_support/gles2_conform_test.gyp b/gpu/gles2_conform_support/gles2_conform_test.gyp |
index 0571dd890ca73b991d5e0d9f830aa0e727e2a8cb..5793559e8f4bf0449630062552ae46ade795bb81 100644 |
--- a/gpu/gles2_conform_support/gles2_conform_test.gyp |
+++ b/gpu/gles2_conform_support/gles2_conform_test.gyp |
@@ -13,6 +13,12 @@ |
'<(SHARED_INTERMEDIATE_DIR)/gles2_conform_test_embedded_data', |
'../../third_party/gles2_conform/GTF_ES/glsl/GTF/Source', |
], |
+ 'variables': { |
+ 'clang_warning_flags': [ |
+ # GTFVecBase.h contains static no-inline functions in a header :-/ |
+ '-Wno-unused-function', |
+ ], |
+ }, |
}, |
'targets': [ |
{ |