From ca84af553cbaae45b17cce04d457b2e61cc4277c Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 23 Oct 2017 18:05:31 -0400 Subject: Cleanup signed/unsigned mismatches, mostly in loop counters --- utils/cores.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/cores.c') diff --git a/utils/cores.c b/utils/cores.c index b055dea..1126e85 100644 --- a/utils/cores.c +++ b/utils/cores.c @@ -42,7 +42,7 @@ #include #include -int main(int argc, char *argv[]) +int main(void) { hal_core_t *core; const hal_core_info_t *info; -- cgit v1.2.3