From 91b96a1dc7b49d4a803e09b3341ec18ecf6132b3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 25 May 2004 04:42:16 +0000 Subject: added compiler warnings and fixed most warnings svn path=/trunk/externals/ff/; revision=1765 --- ff/ff.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ff/ff.c') diff --git a/ff/ff.c b/ff/ff.c index 784b2fe..20cbc4d 100644 --- a/ff/ff.c +++ b/ff/ff.c @@ -54,6 +54,8 @@ #include #include #include +#include +#include #include "input.h" @@ -455,7 +457,7 @@ void ffPeriodic_level(t_ff *x, t_floatarg level) void ffPeriodic_waveform(t_ff *x, t_symbol* waveform) { if (x->ff_fd < 0) return; - unsigned short shortwave; + unsigned short shortwave = 0; int n = 0; while (waves[n].wave) { -- cgit v1.2.1