projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ae41e
)
check: fix unused parameter compiler warning
author
Stian Selnes
<stian@pexip.com>
Fri, 12 Feb 2016 14:12:43 +0000
(15:12 +0100)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/libs/gst/check/gstcheck.h
b/libs/gst/check/gstcheck.h
index
c14a7d8
..
1ddc324
100644
(file)
--- a/
libs/gst/check/gstcheck.h
+++ b/
libs/gst/check/gstcheck.h
@@
-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; \