GNOME Bugzilla – Bug 698232
plugin/perl: add function prototypes.
Last modified: 2014-06-12 12:38:48 UTC
Building the code with -Werror=missing-prototypes otherwise fails with: [ 427s] perl.c: At top level: [ 427s] perl.c:1343:1: error: no previous prototype for 'xchat_plugin_get_info' [-Werror=missing-prototypes] [ 427s] perl.c:1360:1: error: no previous prototype for 'xchat_plugin_init' [-Werror=missing-prototypes] [ 427s] perl.c:1395:1: error: no previous prototype for 'xchat_plugin_deinit' [-Werror=missing-prototypes] [ 427s] cc1: some warnings being treated as errors [ 427s] make[4]: *** [perl_la-perl.lo] Error 1
Created attachment 241769 [details] [review] plugin/perl: add function prototypes.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.