From 97768d626715482b9ac875f3c956dc0c233407ca Mon Sep 17 00:00:00 2001 From: Victor Gomes Date: Wed, 14 Feb 2024 13:22:41 +0100 Subject: [PATCH] gn cares: disable compiler warning --- deps/cares/unofficial.gni | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/cares/unofficial.gni b/deps/cares/unofficial.gni index a925eb14f33361..a2d7880b950e8e 100644 --- a/deps/cares/unofficial.gni +++ b/deps/cares/unofficial.gni @@ -69,6 +69,7 @@ template("cares_gn_build") { cflags_c = [ "-Wno-implicit-fallthrough", "-Wno-unreachable-code", + "-Wno-unused-result", ] } }