mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Fixed compilation with DISABLE_TEXT_CONSOLE.
svn-id: r35041
This commit is contained in:
parent
cd5a85036d
commit
b11af14335
@ -313,7 +313,7 @@ void NORETURN error(const char *s, ...);
|
||||
|
||||
#ifdef DISABLE_TEXT_CONSOLE
|
||||
|
||||
inline void printf(const char *s, ...) {}
|
||||
inline int printf(const char *s, ...) { return 0; }
|
||||
|
||||
inline void warning(const char *s, ...) {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user