mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
DEVTOOLS: Fix Redundant Declaration in Cryomni3d Datafile Tool
This would produce GCC Warnings if -Wredundant-decls is enabled.
This commit is contained in:
parent
d09e10a4a1
commit
5705489d5a
@ -69,7 +69,6 @@ size_t writeArray(FILE *fp, T const *array, U elems) {
|
||||
void NORETURN_PRE error(const char *s, ...) NORETURN_POST;
|
||||
void warning(const char *s, ...);
|
||||
void debug(int level, const char *s, ...);
|
||||
int scumm_stricmp(const char *s1, const char *s2);
|
||||
|
||||
using namespace Common;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user