SAGA2: Hid noisy warning

This commit is contained in:
Eugene Sandulenko 2021-06-10 00:22:54 +02:00
parent a6ec2a77de
commit 6916f47f95
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -26,12 +26,13 @@
#define FORBIDDEN_SYMBOL_ALLOW_ALL // FIXME: Remove #define FORBIDDEN_SYMBOL_ALLOW_ALL // FIXME: Remove
#include "common/debug.h"
#include "saga2/std.h" #include "saga2/std.h"
#include "saga2/dlist.h" #include "saga2/dlist.h"
#include "saga2/ioerrors.h" #include "saga2/ioerrors.h"
#include "saga2/hresmgr.h" #include "saga2/hresmgr.h"
namespace Saga2 { namespace Saga2 {
class ResourceRequest; class ResourceRequest;
@ -192,7 +193,7 @@ void cleanupServers(void) {
} }
void loadAsyncResources(void) { void loadAsyncResources(void) {
warning("STUB: loadAsyncResources()"); debug(3, "STUB: loadAsyncResources()");
#if 0 #if 0
resourceServer->service(); resourceServer->service();