GNOME Bugzilla – Bug 591217
Warnings building atk from git
Last modified: 2013-12-11 11:59:40 UTC
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/opt/gnome2/share/locale\" -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib64/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -g -O2 -Wall -MT atkcomponent.lo -MD -MP -MF .deps/atkcomponent.Tpo -c atkcomponent.c -fPIC -DPIC -o .libs/atkcomponent.o atkcomponent.c:595: warning: ‘atk_component_real_get_alpha’ defined but not used libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/opt/gnome2/share/locale\" -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib64/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -g -O2 -Wall -MT atkhyperlink.lo -MD -MP -MF .deps/atkhyperlink.Tpo -c atkhyperlink.c -fPIC -DPIC -o .libs/atkhyperlink.o atkhyperlink.c: In function ‘atk_hyperlink_real_get_property’: atkhyperlink.c:165: warning: implicit declaration of function ‘atk_hyperlink_is_selected_link’ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/opt/gnome2/share/locale\" -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib64/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -g -O2 -Wall -MT atkstreamablecontent.lo -MD -MP -MF .deps/atkstreamablecontent.Tpo -c atkstreamablecontent.c -fPIC -DPIC -o .libs/atkstreamablecontent.o atkstreamablecontent.c: In function ‘atk_streamable_content_get_uri’: atkstreamablecontent.c:152: warning: return discards qualifiers from pointer target type libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR=\"/opt/gnome2/share/locale\" -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib64/glib-2.0/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -g -O2 -Wall -MT atktext.lo -MD -MP -MF .deps/atktext.Tpo -c atktext.c -fPIC -DPIC -o .libs/atktext.o atktext.c: In function ‘atk_text_free_ranges’: atktext.c:1366: warning: value computed is not used
I am also seeing atktext.c: In function ‘atk_text_free_ranges’: atktext.c:1366: warning: value computed is not used in 1.30. Change "*ranges++" to "ranges++". (Unless you meant to do "(*ranges)++" which is an entirely different beast.)
[Mass-reassigning open atk bug reports for better trackability as requested in https://bugzilla.gnome.org/show_bug.cgi?id=653179 . PLEASE NOTE: If you have watched the previous assignee of this bug report as a workaround for actually getting notified of changes in atk bugs, you yourself will now have to add atk-maint@gnome.bugs to your watchlist at the bottom of https://bugzilla.gnome.org/userprefs.cgi?tab=email to keep watching atk bug reports in GNOME Bugzilla. Sorry for the noise: Feel free to filter for this comment in order to mass-delete the triggered bugmail.]
I'm not seeing those compilation warnings anymore. Closing as OBSOLETE.