printf: enable and fix compiler warnings
authorTim-Philipp Müller <tim@centricular.net>
Sun, 7 Apr 2013 19:11:21 +0000 (20:11 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 12 Apr 2013 22:05:58 +0000 (23:05 +0100)
commitff292d530c126191bf220f70a8d114aa8f54e4b9
treeca16cdd62c0d14426dd6b5446631046f647aaac4
parent97b3948a9fd86da7f80b0703060a0a3324f899e4
printf: enable and fix compiler warnings

But suppress -Wformat-nonliteral warnings since sprintf
is used with a runtime-generated format string in our
vasnprintf implementation.
configure.ac
gst/printf/Makefile.am
gst/printf/vasnprintf.c