mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 02:58:24 +00:00
common/m4/gst-error.m4: Fixed bug #360151.
Original commit message from CVS: 2006-10-06 Zaheer Abbas Merali <zaheerabbas at merali dot org> Patch by: Josep Torre Valles <josep@fluendo.com> * common/m4/gst-error.m4: Fixed bug #360151. We need to disable warnings on Forte for empty declarations due to gst-indent adding ;s to lines that just use macros where the macro actually doesn't need a ; at end to end statement.
This commit is contained in:
parent
fe59eb0e3c
commit
f6dc6a42bf
2 changed files with 12 additions and 1 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2006-10-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
Patch by: Josep Torre Valles <josep@fluendo.com>
|
||||
|
||||
* common/m4/gst-error.m4:
|
||||
Fixed bug #360151.
|
||||
We need to disable warnings on Forte for empty declarations
|
||||
due to gst-indent adding ;s to lines that just use macros
|
||||
where the macro actually doesn't need a ; at end to end
|
||||
statement.
|
||||
|
||||
2006-10-06 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* plugins/elements/gstfilesink.c: (gst_file_sink_open_file),
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit a4af1b8542911352e29d53fba47e2c3d7231ebdb
|
||||
Subproject commit 83b08805d0c109b6dbdcfca0a8b9659b1c556480
|
Loading…
Reference in a new issue