summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/CommandBlockEntity.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-24 20:44:02 +0100
committerMattes D <github@xoft.cz>2014-02-24 20:44:02 +0100
commit3decf7fc94a049f2e7a71913075d29ae61b15f52 (patch)
tree7d32968ed3c95ec722182cfa4223d2f3dd79fb01 /src/BlockEntities/CommandBlockEntity.cpp
parentMerge pull request #710 from TheJumper/master (diff)
parentBlockEntities is warnings free (diff)
downloadcuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar.gz
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar.bz2
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar.lz
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar.xz
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.tar.zst
cuberite-3decf7fc94a049f2e7a71913075d29ae61b15f52.zip
Diffstat (limited to 'src/BlockEntities/CommandBlockEntity.cpp')
-rw-r--r--src/BlockEntities/CommandBlockEntity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BlockEntities/CommandBlockEntity.cpp b/src/BlockEntities/CommandBlockEntity.cpp
index 0bc6ca359..687f75c95 100644
--- a/src/BlockEntities/CommandBlockEntity.cpp
+++ b/src/BlockEntities/CommandBlockEntity.cpp
@@ -126,6 +126,8 @@ void cCommandBlockEntity::SetRedstonePower(bool a_IsPowered)
bool cCommandBlockEntity::Tick(float a_Dt, cChunk & a_Chunk)
{
+ UNUSED(a_Dt);
+ UNUSED(a_Chunk);
if (!m_ShouldExecute)
{
return false;