We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b0368 commit 114d2e6Copy full SHA for 114d2e6
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