mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-22 13:31:08 +00:00
Merge pull request #200 from aviallon/patch-int-narrowing
Fix build fail under GCC 10
This commit is contained in:
commit
b2d281e5ab
@ -736,7 +736,7 @@ static int16 VideoStatus(uint32 pb, VidLocals *csSave)
|
||||
|
||||
case cscGetNextResolution: {
|
||||
D(bug("GetNextResolution \n"));
|
||||
int work_id = ReadMacInt32(param + csPreviousDisplayModeID);
|
||||
unsigned int work_id = ReadMacInt32(param + csPreviousDisplayModeID);
|
||||
switch (work_id) {
|
||||
case kDisplayModeIDCurrent:
|
||||
work_id = csSave->saveData;
|
||||
|
Loading…
Reference in New Issue
Block a user