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
9af3a23b
Commit
9af3a23b
authored
Mar 29, 1999
by
Jason Merrill
Committed by
Jason Merrill
Mar 29, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl2.c (lang_decode_option): Remove -Wsign-promo from -Wall.
From-SVN: r26060
parent
bba975d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl2.c
+5
-5
No files found.
gcc/cp/ChangeLog
View file @
9af3a23b
1999-03-29 Jason Merrill <jason@yorick.cygnus.com>
* decl2.c (lang_decode_option): Remove -Wsign-promo from -Wall.
1999-03-28 Jason Merrill <jason@yorick.cygnus.com>
* pt.c (fn_type_unification): Ignore 'this' parm from conversion ops.
...
...
gcc/cp/decl2.c
View file @
9af3a23b
...
...
@@ -711,25 +711,25 @@ lang_decode_option (argc, argv)
warn_return_type
=
setting
;
warn_unused
=
setting
;
warn_implicit
=
setting
;
warn_ctor_dtor_privacy
=
setting
;
warn_switch
=
setting
;
warn_format
=
setting
;
warn_parentheses
=
setting
;
warn_missing_braces
=
setting
;
warn_sign_compare
=
setting
;
warn_extern_inline
=
setting
;
warn_nonvdtor
=
setting
;
warn_multichar
=
setting
;
/* We save the value of warn_uninitialized, since if they put
-Wuninitialized on the command line, we need to generate a
warning about not using it without also specifying -O. */
if
(
warn_uninitialized
!=
1
)
warn_uninitialized
=
(
setting
?
2
:
0
);
warn_reorder
=
setting
;
warn_sign_promo
=
setting
;
/* Only warn about unknown pragmas that are not in system
headers. */
warn_unknown_pragmas
=
1
;
/* C++-specific warnings. */
warn_ctor_dtor_privacy
=
setting
;
warn_nonvdtor
=
setting
;
warn_reorder
=
setting
;
warn_nontemplate_friend
=
setting
;
}
else
return
strings_processed
;
...
...
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