From 92156e8d0cf2c1afcd358bea4fe7946b8aa04e43 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 24 Feb 2024 20:23:04 +0100 Subject: [PATCH] Revert "build: fix warning in cares under GN build" This reverts commit f22802ceb89a1f6231eb79a0fd7f229210756aaf. --- deps/cares/unofficial.gni | 2 -- 1 file changed, 2 deletions(-) diff --git a/deps/cares/unofficial.gni b/deps/cares/unofficial.gni index df6b2d0bcb11aa..a925eb14f33361 100644 --- a/deps/cares/unofficial.gni +++ b/deps/cares/unofficial.gni @@ -69,8 +69,6 @@ template("cares_gn_build") { cflags_c = [ "-Wno-implicit-fallthrough", "-Wno-unreachable-code", - # Remove after https://github.com/c-ares/c-ares/pull/709 lands in Node. - "-Wno-unused-result", ] } }