fix warnings

This commit is contained in:
Wim Taymans 2019-01-08 09:30:40 +01:00
parent 7f0d5a1c10
commit 3fa2ad33e4
3 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,8 @@
static void \
audio_test_src_create_sine_##type (struct impl *this, type *samples, size_t n_samples) \
{ \
int i, c, channels; \
size_t i; \
uint32_t c, channels; \
float step, amp; \
float freq = this->props.freq; \
float volume = this->props.volume; \