mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Fix unportable usage complained of by icc. Per buildfarm results.
This commit is contained in:
parent
d18768867e
commit
1d0b7e71e3
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user