I'm using - gcc version 3.3.5 with -Wshadow option for a production build. - the last release of dbus-glib version 0.71. The following warnings are raised : /usr/local/include/dbus-1.0/dbus/dbus-gtype-specialized.h:50: warning: declaration of `index' shadows a global declaration <built-in>:0: warning: shadowed declaration is here /usr/local/include/dbus-1.0/dbus/dbus-gtype-specialized.h:95: warning: declaration of `index' shadows a global declaration <built-in>:0: warning: shadowed declaration is here /usr/local/include/dbus-1.0/dbus/dbus-gtype-specialized.h:98: warning: declaration of `index' shadows a global declaration <built-in>:0: warning: shadowed declaration is here ;o) remplacing 'index' by something not part of the namespace keywords will probably close this trivial bug ! Hope this helps anyway.
*** This bug has been marked as a duplicate of 8353 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.