mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
fix warnings
This commit is contained in:
parent
7f0d5a1c10
commit
3fa2ad33e4
3 changed files with 5 additions and 5 deletions
|
|
@ -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; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue