diff --git a/src/util/system.h b/src/util/system.h index c6baf8493c..e91107ec5e 100644 --- a/src/util/system.h +++ b/src/util/system.h @@ -167,7 +167,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,