summaryrefslogtreecommitdiffstats
path: root/vespamalloc
diff options
context:
space:
mode:
Diffstat (limited to 'vespamalloc')
-rw-r--r--vespamalloc/src/tests/allocfree/linklist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespamalloc/src/tests/allocfree/linklist.cpp b/vespamalloc/src/tests/allocfree/linklist.cpp
index af44ec3430b..516a3f6cf55 100644
--- a/vespamalloc/src/tests/allocfree/linklist.cpp
+++ b/vespamalloc/src/tests/allocfree/linklist.cpp
@@ -39,7 +39,7 @@ public:
size_t size() const { return 0; }
bool allocated() const { return false; }
int threadId() const { return 0; }
- void info(FILE *, unsigned level=0) const { level = 0; }
+ void info(FILE *, unsigned level=0) const { (void) level; }
Stack * callStack() { return NULL; }
size_t callStackLen() const { return 0; }