check: fix unused parameter compiler warning
authorStian Selnes <stian@pexip.com>
Fri, 12 Feb 2016 14:12:43 +0000 (15:12 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 12 Feb 2016 16:38:43 +0000 (16:38 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=761919

libs/gst/check/gstcheck.h

index c14a7d8..1ddc324 100644 (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; \