Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9498ac8

Browse files
targosrichardlau
authored andcommitted
deps: compile c-ares with C11 support
This should get rid of the following GCC warning:ISO C90 does not support ‘long long’ [-Wlong-long]PR-URL:#51410Reviewed-By: Jiawen Geng <technicalcute@gmail.com>Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent8fb7436 commit9498ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎deps/cares/cares.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
}],
182182
['OS not in "win android"', {
183183
'cflags': [
184-
'--std=gnu89'
184+
'--std=gnu11'
185185
],
186186
}],
187187
['OS=="linux"', {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp