You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-09 14:40:55 +03:00
Enable -Wstrict-prototypes and update all void functions to conform.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user