Gui: Support of converting 64-bit images #1186
Annotations
2 errors and 20 warnings
Codespell
Process completed with exit code 2.
|
Cpplint
Process completed with exit code 2.
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L971
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L1002
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2095
Returning a void expression [-Wclazy-returning-void-expression]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2197
fmt::detail::specs_setter has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2233
fmt::detail::dynamic_specs_handler has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3126
Pass small and trivially-copyable type by value (const signed char &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3127
Pass small and trivially-copyable type by value (const unsigned char &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3128
Pass small and trivially-copyable type by value (const short &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3129
Pass small and trivially-copyable type by value (const unsigned short &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3130
Pass small and trivially-copyable type by value (const long &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
src/Gui/BitmapFactory.cpp#L52
constructor does not initialize these fields: useIconTheme [cppcoreguidelines-pro-type-member-init]
|
Clang-tidy:
src/Gui/BitmapFactory.cpp#L69
static member accessed through instance [readability-static-accessed-through-instance]
|
Clang-tidy:
src/Gui/BitmapFactory.cpp#L70
static member accessed through instance [readability-static-accessed-through-instance]
|
Clang-tidy:
src/Gui/BitmapFactory.cpp#L89
'if' statement is unnecessary; deleting null pointer has no effect [readability-delete-null-pointer]
|
Clang-tidy:
src/Gui/BitmapFactory.cpp#L89
statement should be inside braces [readability-braces-around-statements]
|
Clang-tidy:
src/Gui/BitmapFactory.cpp#L91
misleading indentation: statement is indented too deeply [readability-misleading-indentation]
|
Clang-tidy:
src/Gui/BitmapFactory.cpp#L96
'd' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]
|
Clang-tidy:
src/Gui/BitmapFactory.cpp#L147
multiple declarations in a single statement reduces readability [readability-isolate-declaration]
|
Clang-tidy:
src/Gui/BitmapFactory.cpp#L149
use range-based for loop instead [modernize-loop-convert]
|
Clang-tidy:
src/Gui/BitmapFactory.cpp#L149
statement should be inside braces [readability-braces-around-statements]
|
Loading