Skip to content

Commit 9498ac8

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: #51410 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 8fb7436 commit 9498ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/cares/cares.gyp

+1-1
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)