gstreamer/libs/gst/check
Tim-Philipp Müller 5d3c58902f check: fix 'format string is not a string literal' warning with clang
Broke this when I removed the G_GNUC_PRINTF in a previous
commit to fix indentation, since it was not really needed.
Turns out unlike gcc clang warns though if a non-literal
format string is passed then. Fix indentation differently.

http://clang.llvm.org/docs/AttributeReference.html#format-gnu-format
2015-09-28 20:10:31 +01:00
..
libcheck check: Fix uninitialized variable compiler warning with gcc 2015-03-21 19:37:30 +01:00
.gitignore check: use private copy of check for libgstcheck 2009-08-06 17:27:12 +01:00
check.h docs: add GstHarness to documentation 2015-07-07 00:53:48 +01:00
gstbufferstraw.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbufferstraw.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstcheck.c check: fix 'format string is not a string literal' warning with clang 2015-09-28 20:10:31 +01:00
gstcheck.h check: optionally check env var for us to make sure test env is set up 2015-04-23 15:54:08 +01:00
gstconsistencychecker.c gi: Skip gst_consitency_checker_new 2015-06-13 19:47:45 -04:00
gstconsistencychecker.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstharness.c harness: minor doc fixes 2015-09-26 11:03:24 +01:00
gstharness.h harness: add _set_forwarding function 2015-08-09 16:02:37 +01:00
gsttestclock.c Don't compare booleans for equality to TRUE and FALSE 2014-12-01 09:51:37 +01:00
gsttestclock.h testclock: replace newly-added GstTestClockIDList structure with a simple GList 2014-04-12 15:33:50 +01:00
Makefile.am harness: add _set_forwarding function 2015-08-09 16:02:37 +01:00