From 6f3ff98fa40aa8a4d9fdf3d8c1bc8e766ec6e4a2 Mon Sep 17 00:00:00 2001 From: iamthesenate1 <77978836+iamthesenate1@users.noreply.github.com> Date: Sat, 4 Sep 2021 13:56:50 +0300 Subject: [PATCH] Fix compilation with GCC 11.X --- Sources/Engine/Base/CTString.cpp | 2 +- Sources/Engine/Base/Types.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Engine/Base/CTString.cpp b/Sources/Engine/Base/CTString.cpp index 2caeeab..541e785 100755 --- a/Sources/Engine/Base/CTString.cpp +++ b/Sources/Engine/Base/CTString.cpp @@ -291,7 +291,7 @@ ULONG CTString::GetHash(void) const INDEX len = strlen(str_String); for(INDEX i=0; i