diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-09-10 06:17:40 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-09-11 12:26:20 -0400 |
commit | df5f1f04a7d123a521f0d4bfc88c3b65253491bc (patch) | |
tree | 105a766dc2cdf9e13eb9111b6aeba995b440abd9 /src/Xrenderint.h | |
parent | f43df87188375440dbad33d7c0beed2a607b8d1d (diff) |
use _X_UNUSED for compiler-warnings
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/Xrenderint.h')
-rw-r--r-- | src/Xrenderint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Xrenderint.h b/src/Xrenderint.h index e424c37..1a9b864 100644 --- a/src/Xrenderint.h +++ b/src/Xrenderint.h @@ -33,6 +33,10 @@ #include <X11/extensions/renderproto.h> #include "Xrender.h" +#ifndef _X_UNUSED +#define _X_UNUSED /* nothing */ +#endif + typedef struct { Visual *visual; XRenderPictFormat *format; |