Skip to content

Commit 1d0b7e7

Browse files
committed
Fix unportable usage complained of by icc. Per buildfarm results.
1 parent d187688 commit 1d0b7e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interfaces/ecpg/test/compat_informix/rfmtdate.pgc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ main(void)
151151
}
152152

153153
static void
154-
check_return(ret)
154+
check_return(int ret)
155155
{
156156
switch(ret)
157157
{

src/interfaces/ecpg/test/compat_informix/rfmtlong.pgc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ main(void)
4949
}
5050

5151
static void
52-
check_return(ret)
52+
check_return(int ret)
5353
{
5454
switch(ret)
5555
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy