From b7287e85e4bc8acb2b95271ece9dd8a5b93873cd Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 1 Jan 2023 00:26:53 +0100 Subject: Core/Misc: Fixed deprecation warnings for c++20 (cherry picked from commit ba9bbbc9d0c3b80d8954ad6390d23ae3d0f804b2) --- dep/g3dlite/source/debugAssert.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'dep/g3dlite/source/debugAssert.cpp') diff --git a/dep/g3dlite/source/debugAssert.cpp b/dep/g3dlite/source/debugAssert.cpp index 3c3e43a0af9..ff843fb7ee0 100644 --- a/dep/g3dlite/source/debugAssert.cpp +++ b/dep/g3dlite/source/debugAssert.cpp @@ -23,6 +23,7 @@ #include #ifdef _MSC_VER +#include // disable: "C++ exception handler used" # pragma warning (push) # pragma warning (disable : 4530) -- cgit v1.2.3