From 5bbed890029e6b965a32317763ef33c9b3178550 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 11 Jun 2004 19:42:04 +0000 Subject: Quench some GCC 3.4 warnings by making sure that all int arguments are marked int and swapping words so that static is first in the line. svn path=/trunk/; revision=3882 --- driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index e2ee2787..ed58fcd8 100644 --- a/driver.c +++ b/driver.c @@ -69,8 +69,8 @@ int batchcount; /* count of messages sent in current batch */ flag peek_capable; /* can we peek for better error recovery? */ int mailserver_socket_temp = -1; /* socket to free if connect timeout */ -volatile static int timeoutcount = 0; /* count consecutive timeouts */ -volatile static int idletimeout = 0; /* timeout occured in idle stage? */ +static volatile int timeoutcount = 0; /* count consecutive timeouts */ +static volatile int idletimeout = 0; /* timeout occured in idle stage? */ static jmp_buf restart; -- cgit v1.2.3