diff --git a/src/util/system.h b/src/util/system.h index 05c6fd1e1c..a147aa8478 100644 --- a/src/util/system.h +++ b/src/util/system.h @@ -160,7 +160,7 @@ struct SectionInfo class ArgsManager { public: - enum Flags { + enum Flags : uint32_t { // Boolean options can accept negation syntax -noOPTION or -noOPTION=1 ALLOW_BOOL = 0x01, ALLOW_INT = 0x02,