From b9dfd0438f79e040b40a9e5985d02b62e3daea76 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 31 Aug 2020 23:11:31 +0900 Subject: Don't compare `int' with `size_t` (from `sizeof()`). --- src/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dump.c') diff --git a/src/dump.c b/src/dump.c index 243278103..25908260b 100644 --- a/src/dump.c +++ b/src/dump.c @@ -103,7 +103,7 @@ dump_float(mrb_state *mrb, uint8_t *buf, mrb_float f) memcpy(buf, u.s, sizeof(double)); } else { - int i; + size_t i; for (i=0; i