# HG changeset patch # User fonsinchen # Date 2013-11-19 19:42:40 # Node ID 513d0bb7ac0fe3c2bb66c6a37e2a3f04f7b9151a # Parent d9a5e4f37fa88f7ab53114f362893fa0d9d11259 (svn r26040) -Fix: return 0 from unreached part of function to silence some compilers diff --git a/src/story_gui.cpp b/src/story_gui.cpp --- a/src/story_gui.cpp +++ b/src/story_gui.cpp @@ -332,6 +332,7 @@ protected: default: NOT_REACHED(); } + return 0; } /**