summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/chromium/patches/fix-openh264.patch
blob: 9d9ed6d2d0521341bd99d776aadf7bb1036c4a98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/third_party/openh264/BUILD.gn
+++ b/third_party/openh264/BUILD.gn
@@ -24,6 +24,7 @@ config("config") {
   if (!is_win || is_clang) {
     cflags += [
       "-Wno-format",
+      "-Wno-format-security",
       "-Wno-header-hygiene",
       "-Wno-unused-function",
       "-Wno-unused-value",