clear up a few gcc warnings

This commit is contained in:
nhmall
2022-12-05 23:19:38 -05:00
parent afef4bc781
commit 215808abd1
10 changed files with 165 additions and 95 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#ifdef USER_SOUNDS
void
play_usersound(const char* filename, int volume)
play_usersound(const char* filename, int volume UNUSED)
{
/* pline("play_usersound: %s (%d).", filename, volume); */
(void) sndPlaySound(filename, SND_ASYNC | SND_NODEFAULT);