From 2be4847b5303121935dd60ec43f9e8f305798ffe Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 6 Sep 2018 13:45:56 +0000 Subject: [PATCH] Ignore warning about unused result. These should be fixed, but for now we leave it as warning, not error. --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 66eb6f8..1dc1775 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -13,6 +13,7 @@ cc_binary( "-DPACKAGE_DATADIR='\"data\"'", "-DPYTHON", "-DVIDEO", + "-Wno-error=unused-result", ], deps = [ "//c-toxcore",