common/m4/gst-error.m4: Disable warning of statement not reached on Forte.
authorJosep Torre Valles <josep@fluendo.com>
Mon, 9 Oct 2006 09:32:29 +0000 (09:32 +0000)
committerZaheer Abbas Merali <zaheerabbas@merali.org>
Mon, 9 Oct 2006 09:32:29 +0000 (09:32 +0000)
commit2f32e21d72de4946f8f4bdeff0fabbc27f808019
tree297820be4101fc51744eeef9c7d862ad3c93b78b
parent0ca5590961783291957ef6f57e58f5b3d9806e4f
common/m4/gst-error.m4: Disable warning of statement not reached on Forte.

Original commit message from CVS:
2006-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

Patch by: Josep Torre Valles <josep@fluendo.com>

* common/m4/gst-error.m4:
Disable warning of statement not reached on Forte.
* gst/gstmessage.h:
Fix warning on Forte (value doesn't fit on enumeration).
* libs/gst/base/gstbasesink.c: (gst_base_sink_chain_unlocked):
Fix warning on Forte (value doesn't fit on enumeration).
* libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
DEBUG macro says it takes minimum of 2 args and so Forte
complains about the use with just 1 arg.
* plugins/elements/gstfdsink.c:
* plugins/elements/gstfdsrc.c:
* plugins/elements/gstfilesink.c:
* plugins/elements/gstfilesrc.c:
Use correct return type for the uri handler implementations.

All these fix warnings in Forte.  Fixes bug #360860.
ChangeLog
common
gst/gstmessage.h
libs/gst/base/gstbasesink.c
libs/gst/net/gstnetclientclock.c
plugins/elements/gstfdsink.c
plugins/elements/gstfdsrc.c
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c