diff --git a/darwin/Platform.c b/darwin/Platform.c index da9cbb75325e52adee21ba509cf470df39deeaf5..92976dafc6b223a6d08c8d8a0a8db481e31e13c0 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; }