mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
fix some warnings
This commit is contained in:
parent
b1c48e66c9
commit
59c58aa3cf
72 changed files with 263 additions and 203 deletions
4
3rdparty/wolfssl/extra/win32/user_settings.h
vendored
4
3rdparty/wolfssl/extra/win32/user_settings.h
vendored
|
@ -25,9 +25,13 @@
|
|||
#define HAVE_ONE_TIME_AUTH
|
||||
#define HAVE_CHACHA
|
||||
#define HAVE_HASHDRBG
|
||||
#ifndef HAVE_SNI
|
||||
#define HAVE_SNI
|
||||
#endif
|
||||
#define HAVE_ENCRYPT_THEN_MAC
|
||||
#ifndef NO_MD4
|
||||
#define NO_MD4
|
||||
#endif
|
||||
#define WC_NO_ASYNC_THREADING
|
||||
#define WC_NO_HARDEN
|
||||
#define HAVE_WRITE_DUP
|
||||
|
|
2
3rdparty/wolfssl/wolfssl.vcxproj
vendored
2
3rdparty/wolfssl/wolfssl.vcxproj
vendored
|
@ -66,7 +66,7 @@
|
|||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue