Actually, I think the patch should be updated to add the "static" keyword in the function declaration. They are local to the file.
For example: void sub_ht_fill_database_list(gpointer key, gpointer value, gpointer user_data) static void sub_ht_fill_database_list(gpointer key, gpointer value, gpointer user_data) Sylvestre On 02/06/2014 23:41, Arthur Marble wrote: > > Sorry I forgot to CC. > ---------- Forwarded message ---------- > From: *Arthur Marble* <[email protected] <mailto:[email protected]>> > Date: Mon, Jun 2, 2014 at 4:40 PM > Subject: gmysqlcc: FTBFS with clang instead of gcc > To: [email protected] <mailto:[email protected]> > > > Package: gmysqlcc > Severity: minor > Usertags: clang-ftbfs > User: [email protected] > <mailto:[email protected]> > Tag: patch > > > Hello, > > Using the rebuild infrastructure, your package fails to build with clang > (instead of gcc). > > Thanks, > Arthur > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

