COMMON: Shut more Coverity warnings in coroutines.

This commit is contained in:
Eugene Sandulenko 2013-09-21 22:45:06 +03:00
parent a0e0b21d91
commit c55411a032

View File

@ -128,7 +128,7 @@ public:
*/
#define CORO_BEGIN_CONTEXT \
struct CoroContextTag : Common::CoroBaseContext { \
CoroContextTag() : CoroBaseContext(SCUMMVM_CURRENT_FUNCTION) {} \
CoroContextTag() : CoroBaseContext(SCUMMVM_CURRENT_FUNCTION) { DUMMY = 0; } \
int DUMMY
/**