Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: gpu/gles2_conform_support/gles2_conform_test.gyp

Issue 1553963002: Try to let gles2_conform tests build with -Wall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698