From 3a456c6db802b5b25594d3a9d235d4989e9f7829 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 3 Mar 2024 07:29:16 +0100 Subject: [PATCH] Revert "build: fix warning in cares under GN build" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f22802ceb89a1f6231eb79a0fd7f229210756aaf. PR-URL: https://github.com/nodejs/node/pull/51865 Reviewed-By: Vinícius Lourenço Claro Cardoso --- 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", ] } }