From 38c77b06f0f4c23e22ee6dd103f71cebe10cd0e5 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Wed, 15 Jul 2020 08:31:39 +0200 Subject: [PATCH] Fixing rawstext defined but not used warning --- dwm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dwm.c b/dwm.c index c3bb411..e2cc5f0 100644 --- a/dwm.c +++ b/dwm.c @@ -523,11 +523,13 @@ static char stext[1024]; #else static char stext[512]; #endif // STATUS2D_PATCH +#if STATUSCMD_PATCH || EXTRABAR_PATCH #if STATUS2D_PATCH static char rawstext[1024]; #else static char rawstext[512]; #endif // STATUS2D_PATCH +#endif // STATUSCMD_PATCH | EXTRABAR_PATCH #if EXTRABAR_PATCH #if STATUS2D_PATCH && !STATUSCOLORS_PATCH static char estext[1024];