1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

core: fix compiler warning on unused variable "size" when malloc_trim() is not available

This commit is contained in:
Sébastien Helleu
2026-07-05 14:35:13 +02:00
parent b4ce4e6262
commit 45dbf3ce9f
+2
View File
@@ -7118,7 +7118,9 @@ COMMAND_CALLBACK(set)
COMMAND_CALLBACK(sys)
{
#ifdef HAVE_MALLOC_TRIM
long size;
#endif
int num_processes;
/* make C compiler happy */