Follow-up Comment #4, patch #7084 (project freeciv):

In a build with --enable-fcdb=all I get


../../../../dependencies/luasql/src/ls_mysql.c: In function 'cur_nullify':
../../../../dependencies/luasql/src/ls_mysql.c:193:1: error: no return
statement in function returning non-void [-Werror=return-type]


Indeed, ls_mysql.c's cur_nullify's signature has changed to returning 'int',
but it doesn't return anything. ls_postgres.c and ls_sqlite3.c don't suffer
from this.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?7084>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to