diff options
Diffstat (limited to 'status.cpp')
-rw-r--r-- | status.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |