commit | 42ce80e15a5aa2ab6f2ec7e5f7c18164803f3076 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Thu Feb 25 20:51:00 2016 -0800 |
committer | Jason Evans <jasone@canonware.com> | Thu Feb 25 20:51:00 2016 -0800 |
tree | fe59fa71f3a2ed35c3d5868cfd2b986a6293deef | |
parent | 8282a2ad979a9e72ffb645321c8a0b58a09eb9d8 [diff] [blame] |
Silence miscellaneous 64-to-32-bit data loss warnings. This resolves #341.
diff --git a/src/prof.c b/src/prof.c index 93421ab..b387227 100644 --- a/src/prof.c +++ b/src/prof.c
@@ -109,7 +109,7 @@ 1 #endif ]; -static unsigned prof_dump_buf_end; +static size_t prof_dump_buf_end; static int prof_dump_fd; /* Do not dump any profiles until bootstrapping is complete. */