mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
SAGA2: Hid noisy warning
This commit is contained in:
parent
a6ec2a77de
commit
6916f47f95
@ -26,12 +26,13 @@
|
||||
|
||||
#define FORBIDDEN_SYMBOL_ALLOW_ALL // FIXME: Remove
|
||||
|
||||
#include "common/debug.h"
|
||||
|
||||
#include "saga2/std.h"
|
||||
#include "saga2/dlist.h"
|
||||
#include "saga2/ioerrors.h"
|
||||
#include "saga2/hresmgr.h"
|
||||
|
||||
|
||||
namespace Saga2 {
|
||||
|
||||
class ResourceRequest;
|
||||
@ -192,7 +193,7 @@ void cleanupServers(void) {
|
||||
}
|
||||
|
||||
void loadAsyncResources(void) {
|
||||
warning("STUB: loadAsyncResources()");
|
||||
debug(3, "STUB: loadAsyncResources()");
|
||||
|
||||
#if 0
|
||||
resourceServer->service();
|
||||
|
Loading…
Reference in New Issue
Block a user