mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
check: fix unused parameter compiler warning
https://bugzilla.gnome.org/show_bug.cgi?id=761919
This commit is contained in:
parent
06ae41e0b2
commit
9d56c0e397
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue