diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-11 12:01:40 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-11 12:01:40 +0100 |
| commit | b2fdb69b4dd7f52f42414139a257b3800eb51a90 (patch) | |
| tree | 5edf1abb568eb59c6c7da9ae25422e4804531a31 /src/timings.cpp | |
| parent | af2736daec0e6579a006bd8d4567c977c8e56c45 (diff) | |
Named procedure calls
Diffstat (limited to 'src/timings.cpp')
| -rw-r--r-- | src/timings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timings.cpp b/src/timings.cpp index d00d5d0ba..27ee1f3a4 100644 --- a/src/timings.cpp +++ b/src/timings.cpp @@ -110,7 +110,7 @@ f64 time_stamp_as_ms(TimeStamp ts, u64 freq) { void timings_print_all(Timings *t) { char const SPACES[] = " "; - isize max_len, i; + isize max_len; timings__stop_current_section(t); t->total.finish = time_stamp_time_now(); |