mirror of
https://github.com/reactos/ninja.git
synced 2025-02-22 20:52:24 +00:00
Fix compilation error in canon_perftest.
Introduced by 1cc730ddc27df52.
This commit is contained in:
parent
2993752dd6
commit
d6ff22b506
@ -33,7 +33,7 @@ int main() {
|
||||
for (int j = 0; j < 5; ++j) {
|
||||
const int kNumRepetitions = 2000000;
|
||||
int64_t start = GetTimeMillis();
|
||||
unsigned int slash_bits;
|
||||
uint64_t slash_bits;
|
||||
for (int i = 0; i < kNumRepetitions; ++i) {
|
||||
CanonicalizePath(buf, &len, &slash_bits, &err);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user