After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 591217 - Warnings building atk from git
Warnings building atk from git
Status: RESOLVED OBSOLETE
Product: atk
Classification: Platform
Component: build
git master
Other Linux
: Normal minor
: ---
Assigned To: ATK maintainer(s)
ATK maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-08-09 09:29 UTC by Luca Ferretti
Modified: 2013-12-11 11:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Luca Ferretti 2009-08-09 09:29:57 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
Comment 1 Morten Welinder 2010-07-05 22:40:10 UTC
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.)
Comment 2 André Klapper 2011-06-23 22:06:31 UTC
[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.]
Comment 3 Alejandro Piñeiro Iglesias (IRC: infapi00) 2013-12-11 11:59:40 UTC
I'm not seeing those compilation warnings anymore. Closing as OBSOLETE.