GNOME Bugzilla – Bug 621510
GNOME Goal: Remove deprecated glib symbols
Last modified: 2010-06-15 00:29:22 UTC
See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib On 2010-05-11 g_strcasecmp usage was added: ./sys/oss4/oss4-mixer.c: if (g_strcasecmp (ptr, labels[i].oss_name) == 0) { ./sys/oss4/oss4-mixer.c: if (g_strcasecmp (name, labels[i].oss_name) == 0) { Also please consider using "-DG_DISABLE_DEPRECATED" by default.
This was fixed in git: commit a88acc848e3d67bcb65bad614fa1de8ed041f310 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Jun 14 13:48:28 2010 +0200 oss4: Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp()