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

Unified Diff: gpu/gles2_conform_support/BUILD.gn

Issue 1233913002: Refactor incompatible pointer type to a config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added mipsel clause back Created 5 years, 5 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 | « build/secondary/third_party/nss/BUILD.gn ('k') | third_party/usrsctp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/BUILD.gn
diff --git a/gpu/gles2_conform_support/BUILD.gn b/gpu/gles2_conform_support/BUILD.gn
index c91ecb317950c7060bd74d5ae84d84d4c82edea1..1151443f1f890611a0a585e996ba0a542c1caaf8 100644
--- a/gpu/gles2_conform_support/BUILD.gn
+++ b/gpu/gles2_conform_support/BUILD.gn
@@ -72,6 +72,7 @@ if (internal_gles2_conform_tests) {
"//gpu/gles2_conform_support/native:windowless",
"//gpu/command_buffer/client:gles2_c_libnocheck",
]
+ configs += [ "//build/compiler:no_incompatible_pointer_warnings" ]
if (is_linux) {
if (!is_chromeos) {
deps += [ "//build/linux/system/gtk" ]
@@ -80,7 +81,6 @@ if (internal_gles2_conform_tests) {
cflags = [
"-Wno-array-bounds",
"-Wno-implicit-function-declaration",
- "-Wno-incompatible-pointer-types",
"-Wno-parentheses-equality",
"-Wno-pointer-sign",
"-Wno-return-type",
« no previous file with comments | « build/secondary/third_party/nss/BUILD.gn ('k') | third_party/usrsctp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698