mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-29 11:12:10 +01:00
refactor: Treat ArgsManager::Flags as uint32_t explicitly
This commit is contained in:
parent
ea5a50f92a
commit
faf3b4b533
@ -166,7 +166,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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user