mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 02:29:52 +02:00
avoid gcc warning about old-style code in gdb_get_stdin
git-svn-id: trunk@28935 -
This commit is contained in:
parent
c528a029ec
commit
5a2ed55af4
@ -188,7 +188,7 @@ cat > gdb_get_stdin.c <<EOF
|
|||||||
FILE * gdb_get_stdin (void);
|
FILE * gdb_get_stdin (void);
|
||||||
|
|
||||||
FILE *
|
FILE *
|
||||||
gdb_get_stdin ()
|
gdb_get_stdin (void)
|
||||||
{
|
{
|
||||||
return stdin;
|
return stdin;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user