We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2176495 commit 93fcf52Copy full SHA for 93fcf52
deps/cares/unofficial.gni
@@ -69,6 +69,8 @@ template("cares_gn_build") {
69
cflags_c = [
70
"-Wno-implicit-fallthrough",
71
"-Wno-unreachable-code",
72
+ # Remove after https://github.com/c-ares/c-ares/pull/709 lands in Node.
73
+ "-Wno-unused-result",
74
]
75
}
76
0 commit comments