Rewrite and migrate V
menu to ImGui
#75239
Annotations
10 errors and 1 warning
run clang-tidy:
src/surroundings_menu.cpp#L454
field 'terfurn_data' will be initialized after field 'width' [clang-diagnostic-reorder-ctor,-warnings-as-errors]
|
run clang-tidy:
src/surroundings_menu.cpp#L742
switch has 3 consecutive identical branches [bugprone-branch-clone,-warnings-as-errors]
|
run clang-tidy:
src/surroundings_menu.cpp#L813
switch has 3 consecutive identical branches [bugprone-branch-clone,-warnings-as-errors]
|
run clang-tidy:
src/surroundings_menu.cpp#L919
repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
|
run clang-tidy:
src/surroundings_menu.cpp#L961
repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
|
run clang-tidy:
src/surroundings_menu.h#L174
private field 'm' is not used [clang-diagnostic-unused-private-field,-warnings-as-errors]
|
run clang-tidy:
src/surroundings_menu.h#L178
private field 'info_scroll_pos' is not used [clang-diagnostic-unused-private-field,-warnings-as-errors]
|
run clang-tidy:
src/map_entity_stack.cpp#L103
return type 'const std::string' (aka 'const basic_string<char>') is 'const'-qualified at the top level, which may reduce code readability without improving const correctness [readability-const-return-type,-warnings-as-errors]
|
run clang-tidy:
src/map_entity_stack.cpp#L109
return type 'const std::string' (aka 'const basic_string<char>') is 'const'-qualified at the top level, which may reduce code readability without improving const correctness [readability-const-return-type,-warnings-as-errors]
|
run clang-tidy:
src/map_entity_stack.cpp#L120
return type 'const std::string' (aka 'const basic_string<char>') is 'const'-qualified at the top level, which may reduce code readability without improving const correctness [readability-const-return-type,-warnings-as-errors]
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading