mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Fix unportable usage complained of by icc. Per buildfarm results.
This commit is contained in:
@ -151,7 +151,7 @@ main(void)
|
||||
}
|
||||
|
||||
static void
|
||||
check_return(ret)
|
||||
check_return(int ret)
|
||||
{
|
||||
switch(ret)
|
||||
{
|
||||
|
@ -49,7 +49,7 @@ main(void)
|
||||
}
|
||||
|
||||
static void
|
||||
check_return(ret)
|
||||
check_return(int ret)
|
||||
{
|
||||
switch(ret)
|
||||
{
|
||||
|
Reference in New Issue
Block a user