summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-03-08 20:05:37 +0100
committerTycho <work.tycho+git@gmail.com>2014-03-08 20:05:37 +0100
commit27fa2b72ba629e8175d33dace463bd7b7035a6e0 (patch)
treef1779ed0b767ffdf5d85941959461d47076b73c6
parentFixed issues with int vs size_t and a few other warnings (diff)
downloadcuberite-27fa2b72ba629e8175d33dace463bd7b7035a6e0.tar
cuberite-27fa2b72ba629e8175d33dace463bd7b7035a6e0.tar.gz
cuberite-27fa2b72ba629e8175d33dace463bd7b7035a6e0.tar.bz2
cuberite-27fa2b72ba629e8175d33dace463bd7b7035a6e0.tar.lz
cuberite-27fa2b72ba629e8175d33dace463bd7b7035a6e0.tar.xz
cuberite-27fa2b72ba629e8175d33dace463bd7b7035a6e0.tar.zst
cuberite-27fa2b72ba629e8175d33dace463bd7b7035a6e0.zip
-rw-r--r--src/ByteBuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ByteBuffer.cpp b/src/ByteBuffer.cpp
index bda1105f5..adb8e9294 100644
--- a/src/ByteBuffer.cpp
+++ b/src/ByteBuffer.cpp
@@ -44,7 +44,7 @@
-#if 0
+#ifdef SELF_TEST
/// Self-test of the VarInt-reading and writing code
class cByteBufferSelfTest