Menu

#122 static declaration of ‘remote_timeout’ follows non-static declaration

open
nobody
None
7
2014-08-10
2014-08-10
No

When compiling prc-tools 2.3 with gdb 5.3 using gcc 4.8.2 on Ubuntu 14.04, the compiler picks on the following error:

static declaration of ‘remote_timeout’ follows non-static declaration

in remote-palmos.c, around line 133:
static int remote_timeout = 2;

where remote_timeout is already defined (non-static) in top.c

Discussion


Log in to post a comment.