Skip to content

Commit 93a7f91

Browse files
richardlaucodebytere
authored andcommittedMar 17, 2020
build: silence OpenSSL Windows compiler warnings
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>
1 parent a89893f commit 93a7f91

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)
Please sign in to comment.