Commit 57d5b37b authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

silence compiler warning (see #295)

parent bd93b2e1
...@@ -226,5 +226,6 @@ void Platform_setMemoryValues(Meter* mtr) { ...@@ -226,5 +226,6 @@ void Platform_setMemoryValues(Meter* mtr) {
} }
void Platform_setSwapValues(Meter* this) { void Platform_setSwapValues(Meter* this) {
(void) this;
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment