mirror of https://github.com/google/benchmark.git
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