| 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" ]
|
| + }
|
| }
|
|
|
| executable("srtp_test_cipher_driver") {
|
|
|