[Scummvm-cvs-logs] SF.net SVN: scummvm:[55608] scummvm/trunk/engines/parallaction/dialogue.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Jan 29 09:08:59 CET 2011


Revision: 55608
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55608&view=rev
Author:   eriktorbjorn
Date:     2011-01-29 08:08:58 +0000 (Sat, 29 Jan 2011)

Log Message:
-----------
PARALLACTION: Add default case to silence GCC warning.

Not that I understand exactly what this function does, but since it's
a piece of debug code I figure I don't really have to.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/dialogue.cpp

Modified: scummvm/trunk/engines/parallaction/dialogue.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/dialogue.cpp	2011-01-29 07:22:04 UTC (rev 55607)
+++ scummvm/trunk/engines/parallaction/dialogue.cpp	2011-01-29 08:08:58 UTC (rev 55608)
@@ -175,6 +175,8 @@
 						debug("  A%02i: %s", i, _visAnswers[i]._a->_text.c_str());
 					}
 					break;
+				default:
+					break;
 			}
 		}
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list