You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Disable warning when building xxhash.c.
#rb none #jira #rnx #ROBOMERGE-OWNER: ryan.vance #ROBOMERGE-AUTHOR: ben.marsh #ROBOMERGE-SOURCE: CL 5312346 in //UE4/Release-4.22/... via CL 5316165 #ROBOMERGE-BOT: DEVVR (Main -> Dev-VR) [CL 5333413 by ben marsh in Dev-VR branch]
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
// BEGIN EPIC MODS
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable:6385) // warning C6385: Reading invalid data from '&state'
|
||||
#pragma warning(disable:4668) // warning C4668: '__cplusplus' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
|
||||
// END EPIC MODS
|
||||
|
||||
// MM: tuning
|
||||
@@ -119,7 +120,6 @@ static void* XXH_memcpy(void* dest, const void* src, size_t size) { return memcp
|
||||
#define XXH_STATIC_LINKING_ONLY
|
||||
#include "xxhash.h"
|
||||
|
||||
|
||||
/* *************************************
|
||||
* Compiler Specific Options
|
||||
***************************************/
|
||||
|
||||
Reference in New Issue
Block a user