You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling mmysql.c using mmysql's Makefile fails with this error:
mmysql.c: In function ‘dbresult_finalize’:
mmysql.c:79:28: error: lvalue required as left operand of assignment
DBresult_val(dbresval) = NULL;
^
mmysql.c:81:33: error: lvalue required as left operand of assignment
DBresultindex_val(dbresval) = NULL;
^
Compiling mmysql.c using mmysql's Makefile fails with this error:
This is the function in question:
mosml/src/dynlibs/mmysql/mmysql.c
Lines 73 to 83 in ee355b2
mosml version: 2.10.1
libmysqlclient version: 5.7.21
Compiler: gcc 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
OS: Ubuntu 18.04.2
The text was updated successfully, but these errors were encountered: