Skip to content

Commit

Permalink
deps: macro ENODATA is deprecated in libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Jan 23, 2025
1 parent 869ea33 commit 888c963
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps/uv/unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
template("uv_gn_build") {
config("uv_external_config") {
include_dirs = [ "include" ]
if (is_clang || !is_win) {
cflags_cc = [
"-Wno-deprecated-pragma", # for using ENODATA in errno.h
]
}
}

config("uv_internal_config") {
Expand Down

0 comments on commit 888c963

Please sign in to comment.