From cb32a721d811caf450f3c55cfb419559d84fa891 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Fri, 24 Nov 2023 04:58:20 -0600 Subject: not every UI window maps to a curses window --- src/macros.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/macros.h') diff --git a/src/macros.h b/src/macros.h index 8523a42..ef862d8 100644 --- a/src/macros.h +++ b/src/macros.h @@ -1,6 +1,8 @@ #ifndef UMPS_MACROS_H_INCLUDED #define UMPS_MACROS_H_INCLUDED +#define umps_unused(_v) ((void)(_v)) + /* define handy macros (unreachable and trap) */ #ifdef __GNUC__ /* gcc and clang */ -- cgit v1.2.3-70-g09d2