GNOME Bugzilla – Bug 382431
Implicit function declaration in Evolution 2.9.3
Last modified: 2013-09-13 00:52:13 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].
Created attachment 77694 [details] [review] Proposed patch This patch fixes the compilation issue.
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 ?
My bad. Please commit Matthew.
Patch committed to HEAD.