Fix compiler warning #309
Annotations
2 errors and 11 warnings
Clang-tidy:
src/Gui/OverlayManager.cpp#L2134
'moc_OverlayManager.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
Clazy
fatal error: 'moc_OverlayManager.cpp' file not found
|
Clang-tidy:
src/Gui/OverlayManager.cpp#L69
variable '_s_fclvl' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Clang-tidy
note: expanded from macro 'FC_LOG_INSTANCE'
|
Clang-tidy:
src/Gui/OverlayManager.cpp#L73
declaration uses identifier '_Overlays', which is a reserved identifier [bugprone-reserved-identifier]
|
Clang-tidy:
src/Gui/OverlayManager.cpp#L73
variable '_Overlays' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy:
src/Gui/OverlayManager.cpp#L77
statement should be inside braces [readability-braces-around-statements]
|
Clang-tidy:
src/Gui/OverlayManager.cpp#L79
loop variable name 'w' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Gui/OverlayManager.cpp#L81
statement should be inside braces [readability-braces-around-statements]
|
Clang-tidy:
src/Gui/OverlayManager.cpp#L84
statement should be inside braces [readability-braces-around-statements]
|
Clang-tidy:
src/Gui/OverlayManager.cpp#L86
statement should be inside braces [readability-braces-around-statements]
|
Loading