Chromium Code Reviews| Index: build/secondary/third_party/libsrtp/BUILD.gn |
| diff --git a/build/secondary/third_party/libsrtp/BUILD.gn b/build/secondary/third_party/libsrtp/BUILD.gn |
| index 8787beb53c143a6699ae52a142871f6591b879a3..cfcae79af3098b6f3763ac79849c898afc6015e7 100644 |
| --- a/build/secondary/third_party/libsrtp/BUILD.gn |
| +++ b/build/secondary/third_party/libsrtp/BUILD.gn |
| @@ -212,6 +212,9 @@ if (use_system_libsrtp) { |
| if (is_android) { |
| defines = [ "HAVE_SYS_SOCKET_H" ] |
| } |
| + if (is_clang) { |
| + cflags = [ "-Wno-implicit-function-declaration" ] |
|
Nico
2014/09/08 21:00:23
Hm, gyp doesn't seem to need this.
scottmg
2014/09/08 21:05:05
Hmm, I just tried again to quote an error... and n
|
| + } |
| } |
| executable("srtp_test_cipher_driver") { |