diff --git a/deps/cares/unofficial.gni b/deps/cares/unofficial.gni index df6b2d0bcb11aaa..a925eb14f333614 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", ] } }