Work in progress #163
Annotations
1 error and 10 warnings
Fail Fast
Process completed with exit code 1.
|
Lint:
src/color.cpp#L13
variable 'value' is not initialized
|
Lint:
src/color.cpp#L14
variable 'ss' is not initialized
|
Lint:
src/color.cpp#L38
use a trailing return type for this function
|
Lint:
src/color.cpp#L39
use a trailing return type for this function
|
Lint:
src/color.cpp#L40
use a trailing return type for this function
|
Lint:
src/color.cpp#L41
use a trailing return type for this function
|
Lint:
src/color.cpp#L48
use a trailing return type for this function
|
Lint:
src/color.cpp#L52
use a trailing return type for this function
|
Lint:
src/color.hpp#L6
class 'color' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
Lint:
src/color.hpp#L14
function 'r' should be marked [[nodiscard]]
|
Loading