From 36ba80aacb2a582854f0e5e3ed0d69ca63db52ea Mon Sep 17 00:00:00 2001 From: iphydf Date: Fri, 2 Feb 2018 15:37:19 +0000 Subject: Remove csrc from the RTPHeader struct. This is not used by anything in the code, so we shouldn't have it in the header. --- other/fun/BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'other') diff --git a/other/fun/BUILD.bazel b/other/fun/BUILD.bazel index c3ab510e..93009543 100644 --- a/other/fun/BUILD.bazel +++ b/other/fun/BUILD.bazel @@ -10,18 +10,18 @@ cc_binary( cc_binary( name = "sign", srcs = ["sign.c"], + copts = ["-w"], deps = [ "//c-toxcore/testing:misc_tools", "@libsodium", ], - copts = ["-w"], ) cc_binary( name = "strkey", srcs = ["strkey.c"], + copts = ["-w"], deps = [ "@libsodium", ], - copts = ["-w"], ) -- cgit v1.2.3