base: explicitly suggest potential use of 'All' debug flags
Without this declaration, new clangs will complain about this value being unused. It has no explicit use in the codebase, but it can be useful to turn on all debugging flags while in a debugger to greatly increase simulator verbosity.
This commit is contained in:
parent
e651188f75
commit
c9071ff95e
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ FlagsMap &allFlags();
|
|||
|
||||
Flag *findFlag(const std::string &name);
|
||||
|
||||
extern Flag *const All;
|
||||
|
||||
bool changeFlag(const char *s, bool value);
|
||||
|
||||
} // namespace Debug
|
||||
|
|
Loading…
Reference in a new issue