Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
008afe51
Commit
008afe51
authored
Jul 27, 2007
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Jul 27, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* io/unix.c (stream_ttyname): Mark argument as potentialy unused.
From-SVN: r126983
parent
7aa34e7a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libgfortran/ChangeLog
+4
-0
libgfortran/io/unix.c
+1
-1
No files found.
libgfortran/ChangeLog
View file @
008afe51
2007-07-27 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2007-07-27 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* io/unix.c (stream_ttyname): Mark argument as potentialy unused.
2007-07-27 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/32035
PR fortran/32035
* runtime/select.c (select_string): Adjust prototype and function
* runtime/select.c (select_string): Adjust prototype and function
so that the return value is an integer, not a pointer.
so that the return value is an integer, not a pointer.
...
...
libgfortran/io/unix.c
View file @
008afe51
...
@@ -1945,7 +1945,7 @@ stream_isatty (stream *s)
...
@@ -1945,7 +1945,7 @@ stream_isatty (stream *s)
}
}
char
*
char
*
stream_ttyname
(
stream
*
s
)
stream_ttyname
(
stream
*
s
__attribute__
((
unused
))
)
{
{
#ifdef HAVE_TTYNAME
#ifdef HAVE_TTYNAME
return
ttyname
(((
unix_stream
*
)
s
)
->
fd
);
return
ttyname
(((
unix_stream
*
)
s
)
->
fd
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment