Replace warnings with debug, errors or printfs:
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681
This commit is contained in:
parent
3a86eb8d2e
commit
a820400f8c
18 changed files with 122 additions and 131 deletions
|
@ -1753,7 +1753,7 @@ void ScummEngine_v90he::o90_getWizData() {
|
|||
copyScriptString(filename, sizeof(filename));
|
||||
pop();
|
||||
push(0);
|
||||
warning("o90_getWizData() case 111 unhandled");
|
||||
debug(0, "o90_getWizData() case 111 unhandled");
|
||||
break;
|
||||
default:
|
||||
error("o90_getWizData: Unknown case %d", subOp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue