Help: Fix function return to avoid error when clicking URL on built-i… #244
Annotations
15 errors and 21 warnings
|
|
|
|
|
src/Gui/Application.cpp#L76
'GuiInitScript.h' file not found [clang-diagnostic-error]
|
src/Gui/DlgAddPropertyVarSet.cpp#L38
'ui_DlgAddPropertyVarSet.h' file not found [clang-diagnostic-error]
|
src/Gui/DlgMacroExecuteImp.cpp#L38
'ui_DlgMacroExecute.h' file not found [clang-diagnostic-error]
|
src/Gui/DlgToolbarsImp.cpp#L35
'ui_DlgToolbars.h' file not found [clang-diagnostic-error]
|
src/Gui/MDIView.cpp#L463
'moc_MDIView.cpp' file not found [clang-diagnostic-error]
|
src/Gui/Splashscreen.cpp#L55
'ui_AboutApplication.h' file not found [clang-diagnostic-error]
|
src/Gui/TaskView/TaskDialog.cpp#L177
'moc_TaskDialog.cpp' file not found [clang-diagnostic-error]
|
src/Gui/TaskView/TaskImage.cpp#L54
'ui_TaskImage.h' file not found [clang-diagnostic-error]
|
src/Gui/TaskView/TaskView.cpp#L884
'moc_TaskView.cpp' file not found [clang-diagnostic-error]
|
src/Mod/PartDesign/Gui/Command.cpp#L72
'ui_DlgReference.h' file not found [clang-diagnostic-error]
|
src/Gui/Application.cpp#L2284
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
|
src/CXX/Python3/Objects.hxx#L1021
Pass small and trivially-copyable type by value (const Py_complex &) [-Wclazy-function-args-by-value]
|
src/CXX/Python3/Objects.hxx#L2970
Missing reference on non-trivial type (class Py::List) [-Wclazy-function-args-by-ref]
|
src/CXX/Python3/Objects.hxx#L3075
Missing reference on non-trivial type (class Py::List) [-Wclazy-function-args-by-ref]
|
src/CXX/Python3/Objects.hxx#L3542
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
src/CXX/Python3/Objects.hxx#L3553
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
src/CXX/Python3/Objects.hxx#L3564
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
src/CXX/Python3/ExtensionType.hxx#L114
Py::ExtensionClassMethodsTable has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
src/Base/Type.h#L119
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
src/Base/Type.h#L150
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
src/Base/Type.h#L155
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
build/src/App/DocumentObjectPy.h#L96
function 'App::DocumentObjectPy::getSubObject' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
build/src/App/DocumentObjectPy.h#L108
function 'App::DocumentObjectPy::getLinkedObject' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
build/src/App/DocumentObjectPy.h#L267
function 'App::DocumentObjectPy::setNoTouch' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
src/App/DocumentObjectPyImp.cpp#L39
suspicious #include of file with '.cpp' extension [bugprone-suspicious-include]
|
src/App/DocumentObjectPyImp.cpp#L59
slicing object from type 'SeqBase<Py::Char>' to 'Object' discards override 'accepts' [cppcoreguidelines-slicing]
|
src/App/DocumentObjectPyImp.cpp#L59
slicing object from type 'String' to 'Object' discards override 'accepts' [cppcoreguidelines-slicing]
|
src/App/DocumentObjectPyImp.cpp#L59
slicing object from type 'String' to 'Object' discards override 'capacity' [cppcoreguidelines-slicing]
|
src/App/DocumentObjectPyImp.cpp#L59
slicing object from type 'String' to 'Object' discards override 'size' [cppcoreguidelines-slicing]
|
src/App/DocumentObjectPyImp.cpp#L74
do not use 'else' after 'return' [readability-else-after-return]
|
src/App/DocumentObjectPyImp.cpp#L79
method 'isAttachedToDocument' can be made const [readability-make-member-function-const]
|
The logs for this run have expired and are no longer available.
Loading