Comment 6 for bug 1325859

Revision history for this message
David Henningsson (diwic) wrote :

> * Needs a team bug subscriber, for whomever will look after this in Ubuntu

I suggest ubuntu-audio team.

> * I'm seeing the following compile warning which seems troubling. Any comment on that?

Looking at the actual code, it makes sense to rewrite as

for (j = 0; j < 2; j++)
    for (i = 0; i < 10; i++)
        stt->env[j][i] = 0;

...or just a memset. I e, it wasn't as scary as it first looked.