From 7b996be765ad68c3c70cf65fa504154d7a24975f Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 20 Oct 1994 11:52:15 +0000 Subject: [PATCH] void LoadChar --- modules/src/input/inp_pkg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/src/input/inp_pkg.spec b/modules/src/input/inp_pkg.spec index 835617588..c349fa896 100644 --- a/modules/src/input/inp_pkg.spec +++ b/modules/src/input/inp_pkg.spec @@ -20,7 +20,7 @@ /* INPUT PRIMITIVES */ -#define LoadChar(dest) ((dest = *_ipp++) || (dest = loadbuf())) +#define LoadChar(dest) ((void)((dest = *_ipp++) || (dest = loadbuf()))) #define PushBack() (--_ipp) #define ChPushBack(ch) (*--_ipp = (ch)) -- 2.34.1