mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix a bunch of 'old-style parameter declaration' warnings induced by
writing 'foo()' rather than 'foo(void)'.
This commit is contained in:
@ -216,7 +216,7 @@ ascii_to_bin(char ch)
|
||||
}
|
||||
|
||||
static void
|
||||
des_init()
|
||||
des_init(void)
|
||||
{
|
||||
int i,
|
||||
j,
|
||||
|
Reference in New Issue
Block a user