Skip to content

Commit

Permalink
FULLPIPE: Hide useless noisy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Nov 30, 2016
1 parent 80d8674 commit 7cf299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/fullpipe/utils.cpp
Expand Up @@ -182,7 +182,7 @@ void MemoryObject::loadFile(char *filename) {

delete s;
} else {
warning("MemoryObject::loadFile(): reading failure");
// We have no object to read. This is fine
}

g_fp->_currArchive = arr;
Expand Down

0 comments on commit 7cf299c

Please sign in to comment.