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))