clear up a few gcc warnings
This commit is contained in:
@@ -2571,6 +2571,12 @@ extern int add_sound_mapping(const char *);
|
||||
extern void play_sound_for_message(const char *);
|
||||
extern void maybe_play_sound(const char *);
|
||||
extern void release_sound_mappings(void);
|
||||
#if defined(WIN32) || defined(QT_GRAPHICS)
|
||||
extern void play_usersound(const char *, int);
|
||||
#endif
|
||||
#if defined(TTY_SOUND_ESCCODES)
|
||||
extern void play_usersound_via_idx(int, int);
|
||||
#endif
|
||||
#endif /* USER SOUNDS */
|
||||
|
||||
/* ### sp_lev.c ### */
|
||||
|
||||
@@ -108,6 +108,8 @@ extern void interject(int);
|
||||
#endif
|
||||
#ifdef strcasecmp
|
||||
#undef strcasecmp
|
||||
/* https://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/ */
|
||||
#define __USE_MINGW_ANSI_STDIO 1
|
||||
#endif
|
||||
/* extern int getlock(void); */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user