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
57800e9e
Commit
57800e9e
authored
Nov 09, 2002
by
Neil Booth
Committed by
Neil Booth
Nov 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-opts.c (COMMAND_LINE_OPTIONS): Fix -Wimplicit.
From-SVN: r58952
parent
8c47cfd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/c-opts.c
+1
-1
No files found.
gcc/ChangeLog
View file @
57800e9e
2002
-
11
-
09
Neil
Booth
<
neil
@daikokuya
.
co
.
uk
>
*
c
-
opts
.
c
(
COMMAND_LINE_OPTIONS
)
:
Fix
-
Wimplicit
.
2002
-
11
-
08
Dale
Johannesen
<
dalej
@apple
.
com
>
*
dbxout
.
c
(
dbxout_type
)
:
Fix
stabs
info
for
vector
types
.
...
...
gcc/c-opts.c
View file @
57800e9e
...
...
@@ -148,7 +148,7 @@ static void sanitize_cpp_opts PARAMS ((void));
OPT("Wformat-y2k", CL_ALL, OPT_Wformat_y2k) \
OPT("Wformat-zero-length", CL_C, OPT_Wformat_zero_length) \
OPT("Wformat=", CL_ALL | CL_JOINED, OPT_Wformat_eq) \
OPT("Wimplicit", CL_
CXX
, OPT_Wimplicit) \
OPT("Wimplicit", CL_
ALL
, OPT_Wimplicit) \
OPT("Wimplicit-function-declaration", CL_C, OPT_Wimplicit_function_decl) \
OPT("Wimplicit-int", CL_C, OPT_Wimplicit_int) \
OPT("Wimport", CL_ALL, OPT_Wimport) \
...
...
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