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 440272 - Compilation warning in evolution's addressbook folder
Compilation warning in evolution's addressbook folder
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.12.x (obsolete)
Other All
: Normal trivial
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
evolution[codecleanup]
Depends on:
Blocks: 437579
 
 
Reported: 2007-05-21 20:29 UTC by Gilles Dartiguelongue
Modified: 2013-09-13 00:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
evolution-addressbook-warning.patch (28.54 KB, patch)
2007-05-21 21:04 UTC, Gilles Dartiguelongue
committed Details | Review

Description Gilles Dartiguelongue 2007-05-21 20:29:46 UTC
patch to follow
Comment 1 Gilles Dartiguelongue 2007-05-21 21:04:19 UTC
Created attachment 88563 [details] [review]
evolution-addressbook-warning.patch

cast fixes and stuff :)
Comment 2 Gilles Dartiguelongue 2007-05-21 21:07:32 UTC
note that the diff in file gui/contact-editor/e-contact-quick-add.c is because gcc complained it was defined but not used. I commented out the function to see if it will break something but I've not yet finished fixing the rest of the tree so feel free to ignore this part for the moment.
Comment 3 Srinivasa Ragavan 2007-05-28 15:41:42 UTC
+		/* what to do here ? */
+		mergeit (lookup);
+		break;

Leave it the way it was. I think that should do. I dont think you need to do this.
Comment 4 Gilles Dartiguelongue 2007-05-28 15:53:54 UTC
well the warning was strange and the original code as well :)
Shall I redo the patch and attach it or just don't forget to do that on commit ?
Comment 5 Srinivasa Ragavan 2007-05-28 15:56:17 UTC
Hmm, I'll do that while committing. Thanks :)
Comment 6 Matthew Barnes 2007-06-03 03:11:12 UTC
Committed to Subversion trunk (revision 33630) with the hunk mentioned in comment #3 reverted.