Skip to content

Commit

Permalink
[cares] Disable compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgomes committed Apr 23, 2024
1 parent b11b788 commit e8aa00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/cares/unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ template("cares_gn_build") {
cflags_c = [
"-Wno-implicit-fallthrough",
"-Wno-unreachable-code",
"-Wno-unused-result",
]
}
}
Expand Down

0 comments on commit e8aa00a

Please sign in to comment.