GNOME Bugzilla – Bug 738227
test: use G_GSIZE_FORMAT in audiomixer test
Last modified: 2014-10-09 13:20:31 UTC
Otherwise It end up with elements/audiomixer.c: In function ‘handoff_buffer_cb’: elements/audiomixer.c:885:3: error: format ‘%ld’ expects argument of type ‘long int’, but argument 8 has type ‘gsize’ [-Werror=format] when I try to make test
Created attachment 288128 [details] [review] test: use G_GSIZE_FORMAT in audiomixer test
commit a1ed73407610fd4c36a4cca4fb62469555e89a8a Author: Aurélien Zanelli <aurelien.zanelli@parrot.com> Date: Thu Oct 9 14:51:56 2014 +0200 test: use G_GSIZE_FORMAT in audiomixer test https://bugzilla.gnome.org/show_bug.cgi?id=738227