aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/statistics
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nnoble@google.com>2015-01-09 18:05:07 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2015-01-09 18:05:07 -0800
commit362b9dcfc951fb17b67cbd59073cebd10e16b06a (patch)
tree52a631fac83dc5d863df342309e73003732735ad /test/core/statistics
parent94e5ddece6355939764bab6c2142d07b85f246ac (diff)
parenta6899be634fe59309c8db4be1f3c6b14b9ace6fd (diff)
Merge github.com:google/grpc
Diffstat (limited to 'test/core/statistics')
-rw-r--r--test/core/statistics/census_log_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/statistics/census_log_tests.c b/test/core/statistics/census_log_tests.c
index 91c6015c0f..44ad4b9358 100644
--- a/test/core/statistics/census_log_tests.c
+++ b/test/core/statistics/census_log_tests.c
@@ -59,7 +59,7 @@ static void read_records(size_t record_size, const char* buffer,
GPR_ASSERT(buffer_size % record_size == 0);
*num_records = buffer_size / record_size;
for (ix = 0; ix < *num_records; ++ix) {
- gpr_int32 jx;
+ size_t jx;
const char* record = buffer + (record_size * ix);
char data = (gpr_uintptr)record % 255;
for (jx = 0; jx < record_size; ++jx) {