Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: build/secondary/third_party/libsrtp/BUILD.gn

Issue 538333002: gn/linux: warnings as errors, turn on Wextra (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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") {
« no previous file with comments | « build/secondary/third_party/icu/BUILD.gn ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698