| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,11 @@ | |||
| 7 | 7 | template("uv_gn_build") { | |
| 8 | 8 | config("uv_external_config") { | |
| 9 | 9 | include_dirs = [ "include" ] | |
| 10 | + if (is_clang || !is_win) { | ||
| 11 | + cflags_cc = [ | ||
| 12 | + "-Wno-deprecated-pragma", # for using ENODATA in errno.h | ||
| 13 | + ] | ||
| 14 | + } | ||
| 10 | 15 | } | |
| 11 | 16 | ||
| 12 | 17 | config("uv_internal_config") { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments