st7789 config and parallel support #821
Merged
Annotations
10 warnings
32blit/audio/audio.cpp#L141
Division by zero [clang-analyzer-core.DivideZero]
|
32blit/engine/engine.cpp#L59
the parameter 'message' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
|
32blit/audio/mp3-stream.cpp#L23
the parameter 'filename' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
|
32blit/audio/mp3-stream.cpp#L173
Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
|
32blit/engine/file.cpp#L259
the parameter 'path' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
|
32blit/engine/particle.cpp#L16
pass by value and use std::move [modernize-pass-by-value]
|
32blit/engine/particle.cpp#L16
parameter 'generate' is passed by value and only copied once; consider moving it to avoid unnecessary copies [performance-unnecessary-value-param]
|
32blit/engine/profiler.cpp#L65
use '= default' to define a trivial destructor [modernize-use-equals-default]
|
32blit/engine/profiler.cpp#L73
use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
|
32blit/engine/profiler.cpp#L81
use auto when initializing with new to avoid duplicating the type name [modernize-use-auto]
|
The logs for this run have expired and are no longer available.
Loading