From b753979d860b22e27c57fda7b190295908147e50 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 19 Jun 2007 16:40:40 +0000 Subject: tests/check/: Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the error flags are included and it errors... Original commit message from CVS: * tests/check/Makefile.am: * tests/check/elements/audiopanorama.c: (GST_START_TEST): * tests/check/elements/videocrop.c: (GST_START_TEST): * tests/check/elements/videofilter.c: * tests/check/elements/wavpackdec.c: (GST_START_TEST): * tests/check/elements/wavpackparse.c: (GST_START_TEST): Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the error flags are included and it errors out on compiler warnings for CVS builds; remove unused variables in various unit tests. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d0bd94a..dd1e9f77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-06-19 Tim-Philipp Müller + + * tests/check/Makefile.am: + * tests/check/elements/audiopanorama.c: (GST_START_TEST): + * tests/check/elements/videocrop.c: (GST_START_TEST): + * tests/check/elements/videofilter.c: + * tests/check/elements/wavpackdec.c: (GST_START_TEST): + * tests/check/elements/wavpackparse.c: (GST_START_TEST): + Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the + error flags are included and it errors out on compiler warnings + for CVS builds; remove unused variables in various unit tests. + 2007-06-19 Wim Taymans * gst/rtsp/rtspconnection.c: (rtsp_connection_connect), -- cgit