From c9e889723b7af832322d178975e6e440d6cd3ae5 Mon Sep 17 00:00:00 2001 From: LDA Date: Mon, 26 Jun 2023 11:48:27 -0700 Subject: resolved most of the compiler warnings/errors under gcc also update xxhash and tinyformat --- source/core/StarLua.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/core/StarLua.hpp') diff --git a/source/core/StarLua.hpp b/source/core/StarLua.hpp index 1c34cc4..d82f906 100644 --- a/source/core/StarLua.hpp +++ b/source/core/StarLua.hpp @@ -109,7 +109,7 @@ namespace LuaDetail { LuaHandle& operator=(LuaHandle&& other); LuaEnginePtr engine; - int handleIndex; + int handleIndex = 0; }; // Not meant to be used directly, exposes a raw interface for wrapped C++ -- cgit v1.2.3