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 += [