[fix] remove argv pointer warning in test
gcc was complaining about type mismatch between the argv declaration and the prototype of aml_init. This is fixed by declaring argc and argv properly in stream_vanilla main.
Please register or sign in to comment