From fe9731d32c554115724275968c7c06655ae024dd Mon Sep 17 00:00:00 2001 From: Charles Pigott Date: Thu, 19 Sep 2019 13:01:57 +0100 Subject: Fix: clang and MSVC warnings (glx) --- src/script/api/script_client.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script') diff --git a/src/script/api/script_client.hpp b/src/script/api/script_client.hpp index 423f134c0..20cbdc7fe 100644 --- a/src/script/api/script_client.hpp +++ b/src/script/api/script_client.hpp @@ -26,7 +26,7 @@ class ScriptClient : public ScriptObject { public: /** Different constants related to ClientID. */ - enum ClientID { + enum ClientID : uint32 { CLIENT_INVALID = 0, ///< Client is not part of anything CLIENT_SERVER = 1, ///< Servers always have this ID CLIENT_FIRST = 2, ///< The first client ID -- cgit v1.2.3-54-g00ecf