From 1f378efbf0cd9a27588d4361e959167ec42583bf Mon Sep 17 00:00:00 2001 From: oharboe Date: Mon, 4 May 2009 11:03:40 +0000 Subject: [PATCH] Mariano Alvira fixes warning as error about a signed vs. unsigned comparison by casting the local unsigned variable as (long long). git-svn-id: svn://svn.berlios.de/openocd/trunk@1600 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/command.c b/src/helper/command.c index d5be42dfee..e1751d4fed 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -783,7 +783,7 @@ int handle_sleep_command(struct command_context_s *cmd_ctx, char *cmd, char **ar } else { long long then=timeval_ms(); - while ((timeval_ms()-then)