MSVC: Suppress warning #106
Annotations
3 errors and 12 warnings
|
src/Gui/MainWindow.cpp#L2691
'moc_MainWindow.cpp' file not found [clang-diagnostic-error]
|
|
src/Gui/MainWindow.cpp#L341
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
|
src/Gui/MainWindow.cpp#L119
variable '_s_fclvl' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
|
|
src/Gui/MainWindow.cpp#L130
variable 'instance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
src/Gui/MainWindow.cpp#L130
variable 'instance' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables]
|
src/Gui/MainWindow.cpp#L142
class 'CustomMessageEvent' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
src/Gui/MainWindow.cpp#L145
parameter name 't' is too short, expected at least 2 characters [readability-identifier-length]
|
src/Gui/MainWindow.cpp#L145
pass by value and use std::move [modernize-pass-by-value]
|
src/Gui/MainWindow.cpp#L145
parameter name 's' is too short, expected at least 2 characters [readability-identifier-length]
|
src/Gui/MainWindow.cpp#L166
class 'DimensionWidget' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
The logs for this run have expired and are no longer available.
Loading