avoid spurious compiler warning

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39674 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2016-04-17 15:18:43 +00:00
parent 8797b76723
commit 7e48ca377d

View file

@ -1077,8 +1077,8 @@ int main(int argc, char *argv[], char *env[])
unsigned long count;
static NSString *host = nil;
NSString *thost = nil;
static int pid;
int tpid;
static int pid = 0;
int tpid = 0;
static unsigned long start;
/* We obtain the host name and pid outside the locked region in case