diff options
Diffstat (limited to 'src/sound.c')
-rw-r--r-- | src/sound.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound.c b/src/sound.c index b9a794b6a42..8671d4a6885 100644 --- a/src/sound.c +++ b/src/sound.c @@ -316,6 +316,7 @@ sound_perror (const char *msg) } +#ifndef WINDOWSNT /* Display a warning message. */ static void @@ -323,6 +324,7 @@ sound_warning (const char *msg) { message1 (msg); } +#endif /* !WINDOWSNT */ /* Parse sound specification SOUND, and fill ATTRS with what is |