Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b2ec816

Browse filesBrowse 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 09fb3ad commit b2ec816
Copy full SHA for b2ec816

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Collapse file

‎deps/uv/unofficial.gni‎

Copy file name to clipboardExpand all lines: deps/uv/unofficial.gni
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.