From b12ade1adaa554a1b91036f588b90f902270364e Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 1 Nov 2012 18:48:24 +0000 Subject: [PATCH] - test data size --- source/glest_game/main/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/glest_game/main/main.cpp b/source/glest_game/main/main.cpp index bba6aaf7c..86494aa81 100644 --- a/source/glest_game/main/main.cpp +++ b/source/glest_game/main/main.cpp @@ -3083,6 +3083,8 @@ int glestMain(int argc, char** argv) { testVar = Shared::PlatformByteOrder::fromCommonEndian(testVar); printf("\nEndian from common value = %d",testVar); + printf("\nint8 sizeof = %zu",sizeof(int8)); + printf("\nSVN: [%s]",getSVNRevisionString().c_str()); #ifdef USE_STREFLOP