You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Update ma_context.c
Old K&R function declaration is no longer supported when compiling on macOS 13.5.2
This commit is contained in:
@@ -47,8 +47,7 @@ union pass_void_ptr_as_2_int {
|
||||
the actual type (as the actual type can differ from call to call).
|
||||
*/
|
||||
static void
|
||||
my_context_spawn_internal(i0, i1)
|
||||
int i0, i1;
|
||||
my_context_spawn_internal(int i0, int i1)
|
||||
{
|
||||
int err;
|
||||
struct my_context *c;
|
||||
|
Reference in New Issue
Block a user