Skip to content

Commit

Permalink
deps: compile c-ares with C11 support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
targos authored and richardlau committed Mar 20, 2024
1 parent 8fb7436 commit 9498ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/cares/cares.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
}],
[ 'OS not in "win android"', {
'cflags': [
'--std=gnu89'
'--std=gnu11'
],
}],
[ 'OS=="linux"', {
Expand Down

0 comments on commit 9498ac8

Please sign in to comment.