feat(port): Implement GLOBALLY_UNIQUE
#8924
Annotations
11 warnings
run clang-tidy:
src/overmapbuffer.cpp#L656
return statement within a void function should not have a specified return value [readability-avoid-return-with-void-value]
|
run clang-tidy:
src/overmapbuffer.cpp#L1198
performing an implicit widening conversion to type 'size_type' (aka 'unsigned long') of a multiplication performed in type 'int' [bugprone-implicit-widening-of-multiplication-result]
|
run clang-tidy:
src/overmap.cpp#L2844
conversion from 'std::optional<string_id<overmap_special>>' into 'string_id<overmap_special>' and back into 'std::optional<string_id<overmap_special>>', remove potentially error-prone optional dereference [bugprone-optional-value-conversion]
|
run clang-tidy:
src/overmap.cpp#L3294
1st argument 'extra_text' (passed to 'text') looks like it might be swapped with the 2nd, 'text' (passed to 'filter') [readability-suspicious-call-argument]
|
run clang-tidy:
src/overmap.cpp#L5586
an assignment within an 'if' condition is bug-prone [bugprone-assignment-in-if-condition]
|
run clang-tidy:
src/overmap.cpp#L5603
an assignment within an 'if' condition is bug-prone [bugprone-assignment-in-if-condition]
|
run clang-tidy:
src/overmap.cpp#L5960
unused variable 'constraints' [clang-diagnostic-unused-variable]
|
run clang-tidy:
src/overmap.cpp#L5962
unused variable 'chance' [clang-diagnostic-unused-variable]
|
run clang-tidy:
src/iexamine_elevator.cpp#L242
return statement within a void function should not have a specified return value [readability-avoid-return-with-void-value]
|
run clang-tidy:
src/iexamine_elevator.cpp#L256
return statement within a void function should not have a specified return value [readability-avoid-return-with-void-value]
|
Post checkout repository
The process '/usr/bin/git' failed with exit code 128
|
Loading