Stephan Witt wrote:
> -bool Messages::available() const
> +bool Messages::available(string const & c)
> {
> + (void)c;
> return false;
> }Why this (void)c; construct? Pavel
Stephan Witt wrote:
> -bool Messages::available() const
> +bool Messages::available(string const & c)
> {
> + (void)c;
> return false;
> }Why this (void)c; construct? Pavel