From a88532bc6061ccc74ca08de161ec6fecf88a85b0 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 19 Apr 2009 08:16:58 +0000 Subject: Zach Welch fix signed/unsigned comparisons git-svn-id: svn://svn.berlios.de/openocd/trunk@1466 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/ocl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flash/ocl.c') diff --git a/src/flash/ocl.c b/src/flash/ocl.c index 8f2a5445..ec8c20dc 100644 --- a/src/flash/ocl.c +++ b/src/flash/ocl.c @@ -66,8 +66,8 @@ flash_driver_t ocl_flash = typedef struct ocl_priv_s { arm_jtag_t *jtag_info; - int buflen; - int bufalign; + unsigned int buflen; + unsigned int bufalign; } ocl_priv_t; static int ocl_register_commands(struct command_context_s *cmd_ctx) -- cgit v1.2.3