aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/debugger.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-02 12:34:45 -1000
committerPaul Gilbert2015-01-02 12:34:45 -1000
commit21d981f8e86bf214daa2e203acc2fb20c82ec8a0 (patch)
tree867ffe0a93120eb8893512c817538eca26c6cfee /engines/xeen/debugger.cpp
parent9a8cb48a9edcc67b17c192ff13b3d9d1e40f73a9 (diff)
downloadscummvm-rg350-21d981f8e86bf214daa2e203acc2fb20c82ec8a0.tar.gz
scummvm-rg350-21d981f8e86bf214daa2e203acc2fb20c82ec8a0.tar.bz2
scummvm-rg350-21d981f8e86bf214daa2e203acc2fb20c82ec8a0.zip
XEEN: Fix compiler warnings
Diffstat (limited to 'engines/xeen/debugger.cpp')
-rw-r--r--engines/xeen/debugger.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/xeen/debugger.cpp b/engines/xeen/debugger.cpp
index aa4516e3bc..a83af9f99d 100644
--- a/engines/xeen/debugger.cpp
+++ b/engines/xeen/debugger.cpp
@@ -25,7 +25,7 @@
#include "xeen/debugger.h"
namespace Xeen {
-
+/*
static int strToInt(const char *s) {
if (!*s)
// No string at all
@@ -41,6 +41,7 @@ static int strToInt(const char *s) {
error("strToInt failed on string \"%s\"", s);
return (int)tmp;
}
+*/
/*------------------------------------------------------------------------*/