mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 15:16:46 +00:00
COMMON: Shut more Coverity warnings in coroutines.
This commit is contained in:
parent
a0e0b21d91
commit
c55411a032
@ -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
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user