You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-08 03:22:25 +03:00
Enable -Wstrict-prototypes and update all void functions to conform.
This commit is contained in:
@@ -132,7 +132,7 @@ helpRenderValue(const Variant *value)
|
||||
Render help to a string
|
||||
***********************************************************************************************************************************/
|
||||
static String *
|
||||
helpRender()
|
||||
helpRender(void)
|
||||
{
|
||||
FUNCTION_DEBUG_VOID(logLevelDebug);
|
||||
|
||||
@@ -383,7 +383,7 @@ helpRender()
|
||||
Render help and output to stdout
|
||||
***********************************************************************************************************************************/
|
||||
void
|
||||
cmdHelp()
|
||||
cmdHelp(void)
|
||||
{
|
||||
FUNCTION_DEBUG_VOID(logLevelDebug);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user