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 300637 - build warnings with gcc4
build warnings with gcc4
Status: RESOLVED FIXED
Product: epiphany-extensions
Classification: Deprecated
Component: build infrastructure
1.6.x
Other Linux
: Normal normal
: ---
Assigned To: epiphany-extensions-maint
epiphany-extensions-maint
Depends on:
Blocks:
 
 
Reported: 2005-04-14 16:49 UTC by Sebastien Bacher
Modified: 2005-04-14 17:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix the build (1.57 KB, patch)
2005-04-14 16:50 UTC, Sebastien Bacher
none Details | Review

Description Sebastien Bacher 2005-04-14 16:49:24 UTC
the build breaks with gcc4:

cc1: warnings being treated as errors
ephy-actions-extension.c: In function 'ephy_actions_extension_init':
ephy-actions-extension.c:202: warning: pointer targets in passing argument 3 of
'ephy_node_db_load_from_file' differ in signedness
ephy-actions-extension.c:202: warning: pointer targets in passing argument 4 of
'ephy_node_db_load_from_file' differ in signedness
ephy-actions-extension.c: In function 'ephy_actions_extension_save_actions':
ephy-actions-extension.c:235: warning: pointer targets in passing argument 2 of
'ephy_node_db_write_to_xml_safe' differ in signedness
ephy-actions-extension.c:235: warning: pointer targets in passing argument 3 of
'ephy_node_db_write_to_xml_safe' differ in signedness
ephy-actions-extension.c:235: warning: pointer targets in passing argument 4 of
'ephy_node_db_write_to_xml_safe' differ in signedness
Comment 1 Sebastien Bacher 2005-04-14 16:50:04 UTC
Created attachment 45254 [details] [review]
patch to fix the build
Comment 2 Christian Persch 2005-04-14 17:25:56 UTC
Fixes in cvs on HEAD and gnome-2-10; thanks for the patch!