1
0
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:
Tildeslash
2023-09-23 02:33:37 +02:00
committed by GitHub
parent 4692e9cec1
commit 249d838bc0

View File

@@ -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;