From 9f41761e8ea1eff8980af4dceb7137471538298b Mon Sep 17 00:00:00 2001 From: Tycho Bickerstaff Date: Sat, 21 Dec 2013 15:38:37 +0000 Subject: Root is now warnings clean --- src/CommandOutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CommandOutput.h') diff --git a/src/CommandOutput.h b/src/CommandOutput.h index bdf675238..80339b405 100644 --- a/src/CommandOutput.h +++ b/src/CommandOutput.h @@ -35,7 +35,7 @@ class cNullCommandOutputCallback : public cCommandOutputCallback { // cCommandOutputCallback overrides: - virtual void Out(const AString & a_Text) override + virtual void Out(const AString & /*a_Text*/) override { // Do nothing } -- cgit v1.2.3