| 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",
|
|
|