Skip to content

Commit 2a65537

Browse files
zcbenzaduh95
authored andcommitted
deps: macro ENODATA is deprecated in libc++
PR-URL: #56698 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 7972bea commit 2a65537

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deps/uv/unofficial.gni

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
template("uv_gn_build") {
88
config("uv_external_config") {
99
include_dirs = [ "include" ]
10+
if (is_clang || !is_win) {
11+
cflags_cc = [
12+
"-Wno-deprecated-pragma", # for using ENODATA in errno.h
13+
]
14+
}
1015
}
1116

1217
config("uv_internal_config") {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy