summaryrefslogtreecommitdiffstats
path: root/src/CommandOutput.h
diff options
context:
space:
mode:
authorTycho Bickerstaff <work.tycho@gmail.com>2013-12-21 16:38:37 +0100
committerTycho Bickerstaff <work.tycho@gmail.com>2013-12-21 16:38:37 +0100
commit9f41761e8ea1eff8980af4dceb7137471538298b (patch)
tree55c3e70d3a1c2582483f490921a5153c49a260cc /src/CommandOutput.h
parentPiston is now warnings clean (diff)
downloadcuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar
cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.gz
cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.bz2
cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.lz
cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.xz
cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.zst
cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.zip
Diffstat (limited to 'src/CommandOutput.h')
-rw-r--r--src/CommandOutput.h2
1 files changed, 1 insertions, 1 deletions
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
}