| Index: build/secondary/third_party/nss/BUILD.gn
|
| diff --git a/build/secondary/third_party/nss/BUILD.gn b/build/secondary/third_party/nss/BUILD.gn
|
| index 73b9711a3caa5003a3de62df019e18561cd724e7..5484c675bf5d2d6746c63cf2e18cef7ea800f9d0 100644
|
| --- a/build/secondary/third_party/nss/BUILD.gn
|
| +++ b/build/secondary/third_party/nss/BUILD.gn
|
| @@ -222,7 +222,7 @@ if (is_linux) {
|
| "//build/config/compiler:no_size_t_to_int_warning",
|
|
|
| # nspr passes "const char*" through "void*".
|
| - "//build/compiler:no_incompatible_pointer_warnings",
|
| + "//build/config/compiler:no_incompatible_pointer_warnings",
|
| ]
|
|
|
| cflags = []
|
| @@ -887,7 +887,7 @@ if (is_linux) {
|
| "//build/config/compiler:no_size_t_to_int_warning",
|
|
|
| # nss passes "const char*" through "void*".
|
| - "//build/compiler:no_incompatible_pointer_warnings",
|
| + "//build/config/compiler:no_incompatible_pointer_warnings",
|
| ]
|
| public_configs = [ ":nss_static_config" ]
|
|
|
|
|