From 57d5b37b4075b8fb19da6c95511c06d0bd8195cb Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 26 Oct 2015 17:51:14 -0400 Subject: [PATCH] silence compiler warning (see #295) --- darwin/Platform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/darwin/Platform.c b/darwin/Platform.c index da9cbb7..92976da 100644 --- a/darwin/Platform.c +++ b/darwin/Platform.c @@ -226,5 +226,6 @@ void Platform_setMemoryValues(Meter* mtr) { } void Platform_setSwapValues(Meter* this) { + (void) this; } -- GitLab