You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Fix clang-cl 32bit warning.
STDCALL is not compatible with vararg functions.
This commit is contained in:
@@ -409,7 +409,7 @@ void STDCALL mariadb_rpl_close(MARIADB_RPL *rpl)
|
||||
return;
|
||||
}
|
||||
|
||||
int STDCALL mariadb_rpl_optionsv(MARIADB_RPL *rpl,
|
||||
int mariadb_rpl_optionsv(MARIADB_RPL *rpl,
|
||||
enum mariadb_rpl_option option,
|
||||
...)
|
||||
{
|
||||
@@ -464,7 +464,7 @@ end:
|
||||
return rc;
|
||||
}
|
||||
|
||||
int STDCALL mariadb_rpl_get_optionsv(MARIADB_RPL *rpl,
|
||||
int mariadb_rpl_get_optionsv(MARIADB_RPL *rpl,
|
||||
enum mariadb_rpl_option option,
|
||||
...)
|
||||
{
|
||||
|
Reference in New Issue
Block a user