We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8444545 commit 5d62222Copy full SHA for 5d62222
scripts/git/patches/boringssl/0001-disable-warnings.patch
@@ -1,13 +1,14 @@
1
--- a/src/CMakeLists.txt
2
+++ b/src/CMakeLists.txt
3
-@@ -193,6 +193,10 @@ elseif(MSVC)
+@@ -193,6 +193,11 @@ elseif(MSVC)
4
# possible loss of data
5
"C4244" # 'function' : conversion from 'int' to 'uint8_t',
6
7
+ "C4255" # 'function' : no function prototype given: converting '()' to
8
+ # '(void)'
9
+ "C4191" # 'operator/operation' : unsafe conversion from 'type of
10
+ # expression' to 'type required'
11
++ "C5264" # 'const' variable is not used
12
"C4267" # conversion from 'size_t' to 'int', possible loss of data
13
"C4371" # layout of class may have changed from a previous version of the
14
# compiler due to better packing of member '...'
0 commit comments