1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-03 00:26:59 +02:00

Enable -Wstrict-prototypes and update all void functions to conform.

This commit is contained in:
David Steele
2018-08-03 19:19:14 -04:00
parent bec4c176dc
commit 429a356e33
102 changed files with 185 additions and 181 deletions

View File

@ -24,7 +24,7 @@ bool testTryRecurseCatch = false;
bool testTryRecurseFinally = false;
void
testTryRecurse()
testTryRecurse(void)
{
TRY_BEGIN()
{
@ -48,7 +48,7 @@ testTryRecurse()
Test Run
***********************************************************************************************************************************/
void
testRun()
testRun(void)
{
FUNCTION_HARNESS_VOID();