From 8f61819773f6003e5359e73a8f2a07a6b08de8b1 Mon Sep 17 00:00:00 2001 From: Malavan Sotheeswaran Date: Thu, 28 Sep 2023 00:03:29 -0700 Subject: [PATCH] fix mac compile --- src/meminfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meminfo.cpp b/src/meminfo.cpp index 4d2b63e36..10ae71adc 100644 --- a/src/meminfo.cpp +++ b/src/meminfo.cpp @@ -19,6 +19,7 @@ static size_t getMemKey(std::string key) { } return 0; # else + (void)key; return 0; # endif }