Implemented new UI framework backed by ImGui, ported keybindings screen, popup #71454
Annotations
6 errors and 10 warnings
src/sdltiles.cpp#L77
Global declaration of 'imclient' in a cpp file should be static or have a previous declaration in a header. [cata-static-declarations,-warnings-as-errors]
|
src/main.cpp#L63
Prefer including a header to making a local extern declaration of 'imclient'. [cata-static-declarations,-warnings-as-errors]
|
src/main.cpp#L169
'if' statement is unnecessary; deleting null pointer has no effect [readability-delete-null-pointer,-warnings-as-errors]
|
src/trade_ui.cpp#L163
unused variable 'last_focused_entry' [clang-diagnostic-unused-variable,-warnings-as-errors]
|
src/inventory_ui.cpp#L2237
method 'get_highlighted' can be made const [readability-make-member-function-const,-warnings-as-errors]
|
|
src/third-party/imgui/imgui_tables.cpp#L2811
The result of the left shift is undefined because the right operand is negative [clang-analyzer-core.UndefinedBinaryOperatorResult]
|
src/third-party/imgui/imgui_tables.cpp#L3191
Value stored to 'want_separator' is never read [clang-analyzer-deadcode.DeadStores]
|
src/third-party/imgui/imgui_tables.cpp#L3484
Value stored to 'line' is never read [clang-analyzer-deadcode.DeadStores]
|
src/third-party/imgui/imgui_widgets.cpp#L1295
Value stored to 'base_radius' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
|
src/third-party/imgui/imgui_widgets.cpp#L4754
Value stored to 'callback_buf' is never read [clang-analyzer-deadcode.DeadStores]
|
src/third-party/imgui/imgui.cpp#L1924
The right operand of '^' is a garbage value [clang-analyzer-core.UndefinedBinaryOperatorResult]
|
src/third-party/imgui/imgui.cpp#L6108
Access to field 'Flags' results in a dereference of a null pointer (loaded from field 'RootWindowForNav') [clang-analyzer-core.NullDereference]
|
src/third-party/imgui/imgui.cpp#L6243
Dereference of null pointer [clang-analyzer-core.NullDereference]
|
src/third-party/imgui/imgui.cpp#L11447
Forming reference to null pointer [clang-analyzer-core.NonNullParamChecker]
|
src/third-party/imgui/imgui.cpp#L14256
Value stored to 'p' is never read [clang-analyzer-deadcode.DeadStores]
|
The logs for this run have expired and are no longer available.
Loading