check: fix 'format string is not a string literal' warning with clang
authorTim-Philipp Müller <tim@centricular.com>
Mon, 28 Sep 2015 15:01:55 +0000 (16:01 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 28 Sep 2015 19:10:31 +0000 (20:10 +0100)
commit5d3c58902fdecfdd4e8148a59e5ce5a10edca1c8
tree472fd4b51ea0cd554cc7f23e26961dd43f1ac05c
parent3037172f48228617200dc4a297fb23a8e987087e
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
libs/gst/check/gstcheck.c