diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-03-23 15:32:37 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-03-23 15:32:37 +0100 |
commit | fc4a9599ab36029c94949cf6faeb21d63d79ed51 (patch) | |
tree | 310dadf189b647ab0ea7cc0d075c1fed48fe403a /status.cpp | |
parent | 44b6d66ecd254cd82c1b37b1937479e5a895f57c (diff) | |
download | vdr-plugin-markad-fc4a9599ab36029c94949cf6faeb21d63d79ed51.tar.gz vdr-plugin-markad-fc4a9599ab36029c94949cf6faeb21d63d79ed51.tar.bz2 |
Fixed most warnings from -Wextra and -pedantic
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 |