Skip to content

Commit faf3b4b

Browse files
author
MarcoFalke
committed
refactor: Treat ArgsManager::Flags as uint32_t explicitly
1 parent ea5a50f commit faf3b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/system.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ struct SectionInfo
166166
class ArgsManager
167167
{
168168
public:
169-
enum Flags {
169+
enum Flags : uint32_t {
170170
// Boolean options can accept negation syntax -noOPTION or -noOPTION=1
171171
ALLOW_BOOL = 0x01,
172172
ALLOW_INT = 0x02,

0 commit comments

Comments
 (0)