mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix a bunch of 'old-style parameter declaration' warnings induced by
writing 'foo()' rather than 'foo(void)'.
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
int
|
||||
backend_pid()
|
||||
backend_pid(void)
|
||||
{
|
||||
return getpid();
|
||||
}
|
||||
|
Reference in New Issue
Block a user