diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-04 18:30:21 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-04 18:30:21 +0000 |
commit | 9d06bf944169af1a04668422e5387421a77bc3b8 (patch) | |
tree | c706196a0c4eab5135e8b6d1264f495ef8443f2b /ChangeLog | |
parent | e8833df8140054748f60267de744e93f5d86b988 (diff) |
ext/taglib/: Remove useless typedefs without new type name. Fixes a warning with gcc 4.3.
Original commit message from CVS:
* ext/taglib/gstapev2mux.h:
* ext/taglib/gstid3v2mux.h:
Remove useless typedefs without new type name. Fixes a warning with
gcc 4.3.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-01-04 Sebastian Dröge <slomo@circular-chaos.org> + + * ext/taglib/gstapev2mux.h: + * ext/taglib/gstid3v2mux.h: + Remove useless typedefs without new type name. Fixes a warning with + gcc 4.3. + 2008-01-03 Wim Taymans <wim.taymans@collabora.co.uk> Patch by: John Millikin <jmillikin at gmail dot com> |