You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-07 00:35:37 +02:00
Enable -Wstrict-prototypes and update all void functions to conform.
This commit is contained in:
@ -21,7 +21,7 @@ static TimeMSec timeBegin;
|
||||
Capture time at the very start of main so total time is more accurate
|
||||
***********************************************************************************************************************************/
|
||||
void
|
||||
cmdInit()
|
||||
cmdInit(void)
|
||||
{
|
||||
FUNCTION_DEBUG_VOID(logLevelTrace);
|
||||
|
||||
|
Reference in New Issue
Block a user