From c55411a032382bebf5b4428be17136a3f3dea0a2 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 21 Sep 2013 22:45:06 +0300 Subject: COMMON: Shut more Coverity warnings in coroutines. --- common/coroutines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/coroutines.h b/common/coroutines.h index 409a8977bd..30b9bb6a99 100644 --- a/common/coroutines.h +++ b/common/coroutines.h @@ -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 /** -- cgit v1.2.3