From 7323f7c5618a37bbdf92ba3ea72d8921fb7195f7 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 27 Apr 2013 23:28:24 +0200 Subject: [PATCH] Fix unused variable --- src/common/text.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/text.c b/src/common/text.c index 905a3ce9..719b8a84 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -2225,7 +2225,9 @@ sound_play (const char *file, gboolean quiet) { char *buf; char *wavfile; +#ifndef WIN32 char *cmd; +#endif /* the pevents GUI editor triggers this after removing a soundfile */ if (!file[0])