Skip to content

Commit

Permalink
build: silence OpenSSL Windows compiler warnings
Browse files Browse the repository at this point in the history
Silence the following compiler warning on Windows:
`'function': different 'const' qualifiers`

PR-URL: #31311
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
richardlau authored and BridgeAR committed Jan 13, 2020
1 parent 560df95 commit c643e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/openssl/openssl_common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'cflags': [
'-W3', '-wd4090', '-Gs0', '-GF', '-Gy', '-nologo','/O2',
],
'msvs_disabled_warnings': [4090],
'link_settings': {
'libraries': [
'-lws2_32.lib',
Expand Down

0 comments on commit c643e3b

Please sign in to comment.