From 34974eed13c153ec841b91157e146733075e245a Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 19 Sep 2007 10:22:40 +0000 Subject: ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a string constant to a gchar * (partially fixe... Original commit message from CVS: * ext/taglib/gstapev2mux.cc: * ext/taglib/gstid3v2mux.cc: Work around compiler warnings with g++-4.2 when assigning a string constant to a gchar * (partially fixes #478092). --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 61ee5875..ac2905cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-09-18 Tim-Philipp Müller + + * ext/taglib/gstapev2mux.cc: + * ext/taglib/gstid3v2mux.cc: + Work around compiler warnings with g++-4.2 when assigning a + string constant to a gchar * (partially fixes #478092). + 2007-09-18 Tim-Philipp Müller * configure.ac: -- cgit