From 0604761252ff53ea7220f559041791d27fcd6988 Mon Sep 17 00:00:00 2001 From: cvs Date: Wed, 8 Aug 2001 11:05:49 +0000 Subject: [PATCH] minor modifications to avoid warnings --- status.c | 1 + synchronize.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/status.c b/status.c index b755bd3c..b5eccc3d 100644 --- a/status.c +++ b/status.c @@ -45,6 +45,7 @@ #include "status.h" #include "interrupt.h" #include "devexec.h" +#undef VALUECHANGE #define VALUECHANGE 2 static Status eCode = eEager; diff --git a/synchronize.c b/synchronize.c index 2d66421a..53d82c12 100644 --- a/synchronize.c +++ b/synchronize.c @@ -17,7 +17,7 @@ static char *hostname, *looser, *password; static int port; static mkChannel *connection = NULL; /*-----------------------------------------------------------------------*/ -static void syncLogin() +static void syncLogin(void) { int test, i; char pBueffel[1024], pRead[80];