check: fix unused parameter compiler warning

https://bugzilla.gnome.org/show_bug.cgi?id=761919
This commit is contained in:
Stian Selnes 2016-02-12 15:12:43 +01:00 committed by Tim-Philipp Müller
parent 06ae41e0b2
commit 9d56c0e397

View file

@ -140,7 +140,7 @@ G_STMT_START { \
* wrapper for checks END_TEST
*/
#define GST_START_TEST(__testname) \
static void __testname (int __i__)\
static void __testname (int G_GNUC_UNUSED __i__) \
{\
GST_DEBUG ("test start"); \
GST_DO_CHECK_TEST_ENVIRONMENT; \