From 55d823641346302813d82be137672354e4ffbad4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 11 Apr 2002 10:36:41 +0000 Subject: [PATCH] more werror fixes Original commit message from CVS: more werror fixes --- common | 2 +- tests/old/testsuite/caps/compatibility.c | 3 ++- tests/old/testsuite/caps/normalisation.c | 6 +++--- testsuite/caps/compatibility.c | 3 ++- testsuite/caps/normalisation.c | 6 +++--- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/common b/common index d8fa5431e3..52a8d4bd49 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit d8fa5431e3f6f1b9c8be36bad079719a6c4b529a +Subproject commit 52a8d4bd490c495f1e71725644535dbf2cf209c7 diff --git a/tests/old/testsuite/caps/compatibility.c b/tests/old/testsuite/caps/compatibility.c index 752cc0dfde..88d9621931 100644 --- a/tests/old/testsuite/caps/compatibility.c +++ b/tests/old/testsuite/caps/compatibility.c @@ -60,7 +60,7 @@ GST_CAPS_FACTORY (rawcaps3, ) ); - +/* these caps aren't used yet GST_CAPS_FACTORY (rawcaps4, GST_CAPS_NEW ( "raw2_sink_caps", @@ -84,6 +84,7 @@ GST_CAPS_FACTORY (rawcaps5, "height", GST_PROPS_INT_RANGE (16, 4096) ) ); +*/ int main (int argc, char *argv[]) diff --git a/tests/old/testsuite/caps/normalisation.c b/tests/old/testsuite/caps/normalisation.c index 1a34ce9eac..3d67f9a351 100644 --- a/tests/old/testsuite/caps/normalisation.c +++ b/tests/old/testsuite/caps/normalisation.c @@ -84,7 +84,7 @@ GST_CAPS_FACTORY (rawcaps3, ) ); - +/* defined, not used GST_CAPS_FACTORY (rawcaps4, GST_CAPS_NEW ( "raw2_sink_caps", @@ -109,14 +109,14 @@ GST_CAPS_FACTORY (rawcaps5, "height", GST_PROPS_INT_RANGE (16, 4096) ) ); +*/ + int main (int argc, char *argv[]) { - gboolean testret; xmlDocPtr doc; xmlNodePtr parent; GstCaps *caps; - gint i; gst_init (&argc, &argv); diff --git a/testsuite/caps/compatibility.c b/testsuite/caps/compatibility.c index 752cc0dfde..88d9621931 100644 --- a/testsuite/caps/compatibility.c +++ b/testsuite/caps/compatibility.c @@ -60,7 +60,7 @@ GST_CAPS_FACTORY (rawcaps3, ) ); - +/* these caps aren't used yet GST_CAPS_FACTORY (rawcaps4, GST_CAPS_NEW ( "raw2_sink_caps", @@ -84,6 +84,7 @@ GST_CAPS_FACTORY (rawcaps5, "height", GST_PROPS_INT_RANGE (16, 4096) ) ); +*/ int main (int argc, char *argv[]) diff --git a/testsuite/caps/normalisation.c b/testsuite/caps/normalisation.c index 1a34ce9eac..3d67f9a351 100644 --- a/testsuite/caps/normalisation.c +++ b/testsuite/caps/normalisation.c @@ -84,7 +84,7 @@ GST_CAPS_FACTORY (rawcaps3, ) ); - +/* defined, not used GST_CAPS_FACTORY (rawcaps4, GST_CAPS_NEW ( "raw2_sink_caps", @@ -109,14 +109,14 @@ GST_CAPS_FACTORY (rawcaps5, "height", GST_PROPS_INT_RANGE (16, 4096) ) ); +*/ + int main (int argc, char *argv[]) { - gboolean testret; xmlDocPtr doc; xmlNodePtr parent; GstCaps *caps; - gint i; gst_init (&argc, &argv);