device unuse warning suppression could be first. If it is

From: Erik Hovland <erik@hovland.org>

then it suppresses an unreachable defect.
---

 mythplugins/mythvideo/mtd/jobthread.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mythplugins/mythvideo/mtd/jobthread.h b/mythplugins/mythvideo/mtd/jobthread.h
index 9cca60f..9e62b7d 100644
--- a/mythplugins/mythvideo/mtd/jobthread.h
+++ b/mythplugins/mythvideo/mtd/jobthread.h
@@ -50,7 +50,7 @@ class JobThread : public QThread
     void    sendLoggingEvent(const QString &event_string);
 
     virtual bool usesDevice(const QString &device)
-                 { return false; (void)device; }
+                 { (void)device; return false; }
     
   protected:
 
