Skip to content

refactor: fahrenheit to celsius in codebase, part 1 #6383

refactor: fahrenheit to celsius in codebase, part 1

refactor: fahrenheit to celsius in codebase, part 1 #6383

Triggered via pull request September 18, 2023 00:26
Status Cancelled
Total duration 35m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

clang-tidy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
build
Canceling since a higher priority waiting request for 'clang-tidy-build-2570' exists
build
The operation was canceled.
build: src/explosion.cpp#L552
Variable 'delay_ms' declared as 'const long'. Prefer int or int64_t to long. [cata-no-long]
build: src/explosion.cpp#L552
Static cast to 'long'. Prefer int or int64_t to long. [cata-no-long]
build: src/map_extras.cpp#L67
Variable 'flag_LIQUID' declared but not used. [cata-unused-statics]
build: src/grab.cpp#L58
Address of stack memory associated with local variable 'veh' is still referred to by the static variable 'get_wheel_pos' upon returning to the caller. This will be a dangling reference [clang-analyzer-core.StackAddressEscape]
build: src/grab.cpp#L58
Address of stack memory associated with temporary object of type 'tripoint' is still referred to by the static variable 'get_wheel_pos' upon returning to the caller. This will be a dangling reference [clang-analyzer-core.StackAddressEscape]