Fix two warnings in openssl.
This commit is contained in:
parent
49a5f6e38c
commit
8145d5ba26
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
||||||
4152, # function/data pointer conversion in expression
|
4152, # function/data pointer conversion in expression
|
||||||
4206, # translation unit is empty
|
4206, # translation unit is empty
|
||||||
4204, # non-constant aggregate initializer
|
4204, # non-constant aggregate initializer
|
||||||
|
4232, # address of dllimport 'free' is not static, identity not guaranteed
|
||||||
|
4295, # array is too small to include a terminating null character
|
||||||
4389, # '==' : signed/unsigned mismatch
|
4389, # '==' : signed/unsigned mismatch
|
||||||
4505, # unreferenced local function has been removed
|
4505, # unreferenced local function has been removed
|
||||||
4701, # potentially uninitialized local variable 'sizew' used
|
4701, # potentially uninitialized local variable 'sizew' used
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue