summaryrefslogtreecommitdiff
path: root/status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'status.cpp')
-rw-r--r--status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.cpp b/status.cpp
index 6394fa8..0029813 100644
--- a/status.cpp
+++ b/status.cpp
@@ -7,7 +7,7 @@
#include "status.h"
-void cStatusMarkAd::Recording(const cDevice *Device, const char *Name, const char *FileName, bool On)
+void cStatusMarkAd::Recording(const cDevice *Device, const char *UNUSED(Name), const char *FileName, bool On)
{
if (!Device) return; // just to be safe
if (!FileName) return; // we cannot operate without a filename