Chromium Code Reviews| Index: third_party/libsync/BUILD.gn |
| diff --git a/third_party/libsync/BUILD.gn b/third_party/libsync/BUILD.gn |
| index 728b884fce9c55833f55333de8884ba37e992b5f..5dcfce81b83b72adf1a3e638201a7d3b886364e4 100644 |
| --- a/third_party/libsync/BUILD.gn |
| +++ b/third_party/libsync/BUILD.gn |
| @@ -20,4 +20,6 @@ source_set("libsync") { |
| configs += [ "//build/config/compiler:no_chromium_code" ] |
| public_configs = [ ":libsync_config" ] |
| + |
| + cflags_c = [ "-Wno-implicit-function-declaration" ] |
| } |