On 09/24/2012 01:07 PM, Pavel Sanda wrote:
Stephan Witt wrote:
-bool Messages::available() const
+bool Messages::available(string const & c)
  {
+       (void)c;
        return false;
  }
Why this (void)c; construct?

Crushes an "unused variable" warning.

rh

Reply via email to