Snippets for mydumper 1.0.5.1 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/mydumper/1.0.5.1/150amd64-default.log.
-
/wrkdirs/usr/ports/databases/mydumper/work/mydumper-1.0.5-1/src/myloader/myloader.c:670:28: warning: passing arguments to 'create_index_shutdown_job' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 670 | create_index_shutdown_job(&conf); | ^ -
/wrkdirs/usr/ports/databases/mydumper/work/mydumper-1.0.5-1/src/myloader/myloader_restore_job.c:701:28: warning: passing arguments to 'create_index_shutdown_job' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 701 | create_index_shutdown_job(conf); | ^