aboutsummaryrefslogtreecommitdiff
path: root/src/sfplay.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2013-06-03 16:07:32 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2013-06-03 16:07:32 +0000
commitfc89459187380d862daf249c95ed389e3fb6c0d3 (patch)
tree5dda59b117004068bba15c6c54d14046acced4b3 /src/sfplay.c
parente7f62cc177e6e3eb2e78ac5c6d5164782054d8ad (diff)
declare unused parameters as such
rather than doing a dummy-usage svn path=/trunk/externals/zexy/; revision=17144
Diffstat (limited to 'src/sfplay.c')
-rw-r--r--src/sfplay.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sfplay.c b/src/sfplay.c
index 2492f60..b5db0b3 100644
--- a/src/sfplay.c
+++ b/src/sfplay.c
@@ -136,9 +136,8 @@ static int sfplay_am_i_big_endian(void)
}
-static void sfplay_helper(t_sfplay *x)
+static void sfplay_helper(t_sfplay* UNUSED(x))
{
- ZEXY_USEVAR(x);
post("\nsfplay :: a soundfile-player (c) winfried ritsch 1999");
post("\ncreation :: sfplay <channels> <bytes> : channels set the number of channels, bytes skip fileheader");
post("\nopen [<path>]<filename> [<endianity>]\t::open b(ig) or l(ittle) endian file"