-
-
Notifications
You must be signed in to change notification settings - Fork 664
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Add "const" to
IOFactoryRegisterManager
implementations
Fixed clang-tidy (LLVM 13.0.0) warnings, saying: > variable is non-const and globally accessible, consider making it const > [cppcoreguidelines-avoid-non-const-global-variables] Took those global variables out of their "unnamed namespace", because they now already have internal linkage, just because they are "const".
- Loading branch information
1 parent
49c910a
commit f56cc7e
Showing
3 changed files
with
15 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters