diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-12-29 20:25:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-12-29 20:25:53 +0000 |
commit | fc850273bde46bb825d57b0f5ffc98e6d1b03d00 (patch) | |
tree | 7c5f69de14d658d29d4d67703f5773fad6dd47a0 /src/or/rephist.c | |
parent | 2904c6f024817f294ab01cdb081264e8387babd9 (diff) | |
download | tor-fc850273bde46bb825d57b0f5ffc98e6d1b03d00.tar.gz tor-fc850273bde46bb825d57b0f5ffc98e6d1b03d00.zip |
Appease some verbose GCC warnings.
svn:r5679
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 2bb19d557c..5b38fa60c5 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -586,7 +586,7 @@ rep_hist_bandwidth_assess(void) * * It returns the number of bytes written. */ -size_t +static size_t rep_hist_fill_bandwidth_history(char *buf, size_t len, bw_array_t *b) { char *cp = buf; |