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:
@@ -7118,7 +7118,9 @@ COMMAND_CALLBACK(set)
|
||||
|
||||
COMMAND_CALLBACK(sys)
|
||||
{
|
||||
#ifdef HAVE_MALLOC_TRIM
|
||||
long size;
|
||||
#endif
|
||||
int num_processes;
|
||||
|
||||
/* make C compiler happy */
|
||||
|
||||
Reference in New Issue
Block a user