ser-tcp.c:tcp_retry_limit: Change type to unsigned int.
[external/binutils.git] / gdb / ser-tcp.c
index f9615d5..34c6af1 100644 (file)
@@ -72,7 +72,7 @@ static int tcp_auto_retry = 1;
 
 /* Timeout period for connections, in seconds.  */
 
-static int tcp_retry_limit = 15;
+static unsigned int tcp_retry_limit = 15;
 
 /* How many times per second to poll deprecated_ui_loop_hook.  */