Skip to content

Commit

Permalink
Update ma_context.c
Browse files Browse the repository at this point in the history
Old K&R function declaration is no longer supported when compiling on macOS 13.5.2
  • Loading branch information
tildeslash committed Sep 23, 2023
1 parent 4692e9c commit 249d838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libmariadb/ma_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 249d838

Please sign in to comment.