|
@@ -7,10 +7,6 @@
|
|
#include <Jolt/Core/Profiler.h>
|
|
#include <Jolt/Core/Profiler.h>
|
|
#include <Jolt/Core/FPException.h>
|
|
#include <Jolt/Core/FPException.h>
|
|
|
|
|
|
-JPH_SUPPRESS_WARNINGS_STD_BEGIN
|
|
|
|
-#include <algorithm>
|
|
|
|
-JPH_SUPPRESS_WARNINGS_STD_END
|
|
|
|
-
|
|
|
|
#ifdef JPH_PLATFORM_WINDOWS
|
|
#ifdef JPH_PLATFORM_WINDOWS
|
|
JPH_SUPPRESS_WARNING_PUSH
|
|
JPH_SUPPRESS_WARNING_PUSH
|
|
JPH_MSVC_SUPPRESS_WARNING(5039) // winbase.h(13179): warning C5039: 'TpSetCallbackCleanupGroup': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception.
|
|
JPH_MSVC_SUPPRESS_WARNING(5039) // winbase.h(13179): warning C5039: 'TpSetCallbackCleanupGroup': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception.
|