From 37b5eae64d98a751d439ec7ad36a473d13725cac Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 8 Feb 2023 13:07:37 -0500 Subject: [PATCH] suppress one more warning --- src/music.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.1