mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
8797b76723
commit
7e48ca377d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue