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
28ec8d6b
Commit
28ec8d6b
authored
24 years ago
by
Joseph Myers
Committed by
Joseph Myers
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl2.c (lang_decode_option): Handle -Wformat=2.
From-SVN: r38825
parent
654d7a33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl2.c
+2
-0
No files found.
gcc/cp/ChangeLog
View file @
28ec8d6b
2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
* decl2.c (lang_decode_option): Handle -Wformat=2.
2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
* cp-tree.h (lang_decl_flags): Rename defined_in_class to
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/decl2.c
View file @
28ec8d6b
...
...
@@ -733,6 +733,8 @@ lang_decode_option (argc, argv)
warn_float_equal
=
setting
;
else
if
(
!
strcmp
(
p
,
"format"
))
set_Wformat
(
setting
);
else
if
(
!
strcmp
(
p
,
"format=2"
))
set_Wformat
(
2
);
else
if
(
!
strcmp
(
p
,
"format-y2k"
))
warn_format_y2k
=
setting
;
else
if
(
!
strcmp
(
p
,
"format-extra-args"
))
...
...
This diff is collapsed.
Click to expand it.
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