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
e6e375cc
Commit
e6e375cc
authored
Mar 29, 2005
by
Aaron W. LaFramboise
Committed by
Aaron W. LaFramboise
Mar 29, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* adaint.c (_gnat_set_close_on_exec): Mark parameters unused.
From-SVN: r97229
parent
aab038d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/adaint.c
+2
-1
No files found.
gcc/ada/ChangeLog
View file @
e6e375cc
2005
-
03
-
30
Aaron
W
.
LaFramboise
<
aaronavay62
@
aaronwl
.
com
>
*
adaint
.
c
(
_gnat_set_close_on_exec
):
Mark
parameters
unused
.
2005
-
03
-
29
Robert
Dewar
<
dewar
@
adacore
.
com
>
2005
-
03
-
29
Robert
Dewar
<
dewar
@
adacore
.
com
>
*
sem_res
.
adb
(
Resolve_Real_Literal
):
Generate
warning
if
static
*
sem_res
.
adb
(
Resolve_Real_Literal
):
Generate
warning
if
static
...
...
gcc/ada/adaint.c
View file @
e6e375cc
...
@@ -2612,7 +2612,8 @@ get_gcc_version (void)
...
@@ -2612,7 +2612,8 @@ get_gcc_version (void)
}
}
int
int
__gnat_set_close_on_exec
(
int
fd
,
int
close_on_exec_p
)
__gnat_set_close_on_exec
(
int
fd
ATTRIBUTE_UNUSED
,
int
close_on_exec_p
ATTRIBUTE_UNUSED
)
{
{
#if defined (F_GETFD) && defined (FD_CLOEXEC) && ! defined (__vxworks)
#if defined (F_GETFD) && defined (FD_CLOEXEC) && ! defined (__vxworks)
int
flags
=
fcntl
(
fd
,
F_GETFD
,
0
);
int
flags
=
fcntl
(
fd
,
F_GETFD
,
0
);
...
...
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