Fix: clang and MSVC warnings (glx)

This commit is contained in:
Charles Pigott
2019-09-19 13:01:57 +01:00
parent 7b400d43c1
commit fe9731d32c
3 changed files with 4 additions and 4 deletions

View File

@@ -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