mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Fixing rawstext defined but not used warning
This commit is contained in:
parent
b84604f821
commit
38c77b06f0
2
dwm.c
2
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];
|
||||
|
Loading…
Reference in New Issue
Block a user