4 lines
211 B
Plaintext
4 lines
211 B
Plaintext
source/core/resources/resource_pack.cpp:19:18: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm]
|
|
checksum = ((checksum << 5) + checksum) + byte;
|
|
^
|