Skip to content

Commit a31eed0

Browse files
richardlauMylesBorins
authored andcommitted
build: silence OpenSSL Windows compiler warnings
Silence the following compiler warning on Windows: `'function': different 'const' qualifiers` PR-URL: #31311 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 6b118b4 commit a31eed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/openssl/openssl_common.gypi

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'cflags': [
3333
'-W3', '-wd4090', '-Gs0', '-GF', '-Gy', '-nologo','/O2',
3434
],
35+
'msvs_disabled_warnings': [4090],
3536
'link_settings': {
3637
'libraries': [
3738
'-lws2_32.lib',

0 commit comments

Comments
 (0)