aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/d_soundfile.c
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-05-17 01:05:03 +0000
committerN.N. <matju@users.sourceforge.net>2009-05-17 01:05:03 +0000
commitea4fef7618a6a53bd9eb9e88c528569580cb07ec (patch)
treef90791dab7cf9a6bba7496d9c9e9d505e63ced6d /desiredata/src/d_soundfile.c
parentf501285c07d110f8ca587c1ebc048a3115b2fe87 (diff)
fix other warning in d_soundfile.c
svn path=/trunk/; revision=11413
Diffstat (limited to 'desiredata/src/d_soundfile.c')
-rw-r--r--desiredata/src/d_soundfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/desiredata/src/d_soundfile.c b/desiredata/src/d_soundfile.c
index 1b028724..aae60b3e 100644
--- a/desiredata/src/d_soundfile.c
+++ b/desiredata/src/d_soundfile.c
@@ -39,7 +39,9 @@ objects use Posix-like threads. */
# define lseek lseek64
#endif
+#if 0
static bool debug=0;
+#endif
#define EAT_ARG(ATYPE,VAR) if (argc<1 || argv->a_type != ATYPE) goto usage; else {VAR = *argv++; argc--;}