From 7f4c62fff106d5c2ad135f15defce396e12b7319 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Fri, 17 Sep 2004 12:53:24 +0000 Subject: [PATCH] Fixed when of the warning that appear to Frank. Couldn't fix the other since I don't know where it is, cause I've changed code in the meanwhile. SVN-Revision: 1939 --- src/statistics.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/statistics.cpp b/src/statistics.cpp index 82ed04ed2..355327595 100644 --- a/src/statistics.cpp +++ b/src/statistics.cpp @@ -41,6 +41,7 @@ stat_name_to_string(int stat_enum) case TIME_NEEDED_STAT: return "time-needed";; } + return ""; } int -- 2.11.0