We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad4b7c commit 04798fbCopy full SHA for 04798fb
deps/cares/unofficial.gni
@@ -65,11 +65,17 @@ template("cares_gn_build") {
65
sources += gypi_values.cares_sources_mac
66
}
67
68
- if (is_clang || !is_win) {
69
- cflags_c = [
70
- "-Wno-implicit-fallthrough",
71
- "-Wno-unreachable-code",
72
- ]
+ if (is_clang) {
+ if (is_win) {
+ cflags_c = [
+ "-Wno-macro-redefined",
+ ]
73
+ } else {
74
75
+ "-Wno-implicit-fallthrough",
76
+ "-Wno-unreachable-code",
77
78
+ }
79
80
81
0 commit comments