From 5441398d213dc74ba109348205e05eb9336b5aa0 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Mon, 4 Jun 2018 09:38:24 +0200 Subject: [PATCH] Removing -Wno-write-strings from video_capture_tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9251 Change-Id: I6bb182e2ff2676eccdfaca9f608d2134830087f8 Reviewed-on: https://webrtc-review.googlesource.com/80840 Reviewed-by: Patrik Höglund Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#23502} --- modules/video_capture/BUILD.gn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/video_capture/BUILD.gn b/modules/video_capture/BUILD.gn index 0d4d2b2559..4ce64e1a49 100644 --- a/modules/video_capture/BUILD.gn +++ b/modules/video_capture/BUILD.gn @@ -143,12 +143,6 @@ if (!build_with_chromium) { sources = [ "test/video_capture_unittest.cc", ] - - cflags = [] - if (is_linux || is_mac) { - cflags += [ "-Wno-write-strings" ] - } - ldflags = [] if (is_linux || is_mac) { ldflags += [