From e809e215a38dc6859f9a1627c6b60289fadb504b Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Sun, 20 Apr 2025 14:24:00 +0200 Subject: Make gcc happy --- src/_pch.hpp | 4 ++-- src/linda.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_pch.hpp b/src/_pch.hpp index 495a959..a77b7f5 100644 --- a/src/_pch.hpp +++ b/src/_pch.hpp @@ -1,5 +1,3 @@ -#pragma once - #include #include #include @@ -9,6 +7,7 @@ #include #include #include +#include #include #include #ifndef __PROSPERO__ @@ -19,6 +18,7 @@ #include #include //#include +#include #include #include #include diff --git a/src/linda.hpp b/src/linda.hpp index 7874db3..cff30e5 100644 --- a/src/linda.hpp +++ b/src/linda.hpp @@ -18,7 +18,7 @@ class Linda final { private: Linda& linda; - [[maybe_unused]] lua_State* const L; // just here for inspection while debugging + lua_State* const L{}; // just here for inspection while debugging public: KeeperOperationInProgress(Linda& linda_, lua_State* const L_) -- cgit v1.2.3-55-g6feb