mirror of
https://github.com/google/benchmark.git
synced 2025-01-30 13:50:15 +08:00
Use correct integer type for complexity. MSVC warns otherwise
This commit is contained in:
parent
950c8b7440
commit
3b2d0abd2b
@ -367,7 +367,7 @@ public:
|
||||
}
|
||||
|
||||
BENCHMARK_ALWAYS_INLINE
|
||||
size_t complexity_length_n() {
|
||||
int complexity_length_n() {
|
||||
return complexity_n_;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user