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 382431 - Implicit function declaration in Evolution 2.9.3
Implicit function declaration in Evolution 2.9.3
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.10.x (obsolete)
Other Linux
: Normal trivial
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-12-04 23:38 UTC by Matthew Barnes
Modified: 2013-09-13 00:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (409 bytes, patch)
2006-12-04 23:40 UTC, Matthew Barnes
accepted-commit_now Details | Review

Description Matthew Barnes 2006-12-04 23:38:06 UTC
Evolution 2.9.2 successfully compiles with the -Werror-implicit-function-declaration compiler flag.

Evolution 2.9.3 does not:

   em-format.c: In function 'em_format_format_text':
   em-format.c:1082: error: implicit declaration of function
   'mail_config_get_message_limit'

The function in question was recently added to mail-config.[ch].
Comment 1 Matthew Barnes 2006-12-04 23:40:53 UTC
Created attachment 77694 [details] [review]
Proposed patch

This patch fixes the compilation issue.
Comment 2 André Klapper 2006-12-05 02:40:41 UTC
this happened when srini fixed bug 337439 in cvs head.

srini, can we please make sure to compile and test with
      -Werror-implicit-function-declaration
?
Comment 3 Srinivasa Ragavan 2006-12-05 04:04:20 UTC
My bad. Please commit Matthew.
Comment 4 Matthew Barnes 2006-12-05 12:23:01 UTC
Patch committed to HEAD.