minor modifications to avoid warnings
This commit is contained in:
1
status.c
1
status.c
@ -45,6 +45,7 @@
|
|||||||
#include "status.h"
|
#include "status.h"
|
||||||
#include "interrupt.h"
|
#include "interrupt.h"
|
||||||
#include "devexec.h"
|
#include "devexec.h"
|
||||||
|
#undef VALUECHANGE
|
||||||
#define VALUECHANGE 2
|
#define VALUECHANGE 2
|
||||||
|
|
||||||
static Status eCode = eEager;
|
static Status eCode = eEager;
|
||||||
|
@ -17,7 +17,7 @@ static char *hostname, *looser, *password;
|
|||||||
static int port;
|
static int port;
|
||||||
static mkChannel *connection = NULL;
|
static mkChannel *connection = NULL;
|
||||||
/*-----------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------*/
|
||||||
static void syncLogin()
|
static void syncLogin(void)
|
||||||
{
|
{
|
||||||
int test, i;
|
int test, i;
|
||||||
char pBueffel[1024], pRead[80];
|
char pBueffel[1024], pRead[80];
|
||||||
|
Reference in New Issue
Block a user