From: nhmall Date: Wed, 8 Feb 2023 18:07:37 +0000 (-0500) Subject: suppress one more warning X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37b5eae64d98a751d439ec7ad36a473d13725cac;p=nethack suppress one more warning --- diff --git a/src/music.c b/src/music.c index 93ef8179c..b6c6179b1 100644 --- a/src/music.c +++ b/src/music.c @@ -496,7 +496,8 @@ do_improvisation(struct obj* instr) int damage, mode, do_spec = !(Stunned || Confusion); struct obj itmp; boolean mundane = FALSE, same_old_song = FALSE; - static char my_goto_song[] = {'C', '\0'}, *improvisation = my_goto_song; + static char my_goto_song[] = {'C', '\0'}, + *improvisation SOUNDLIBONLY = my_goto_song; itmp = *instr; itmp.oextra = (struct oextra *) 0; /* ok on this copy as instr maintains