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
fe9a2598
Commit
fe9a2598
authored
Aug 29, 2007
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Aug 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
system.h: Activate -Wcast-qual as warning-only.
* system.h: Activate -Wcast-qual as warning-only. From-SVN: r127913
parent
e4e5e7f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/system.h
+5
-0
No files found.
gcc/ChangeLog
View file @
fe9a2598
2007-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* system.h: Activate -Wcast-qual as warning-only.
2007-08-29 Paolo Bonzini <bonzini@gnu.org>
PR target/33168
...
...
gcc/system.h
View file @
fe9a2598
...
...
@@ -782,4 +782,9 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
#define CONST_CAST(X) ((void*)(X))
#endif
/* Acivate -Wcast-qual as a warning (not an error/-Werror). */
#if GCC_VERSION >= 4003
#pragma GCC diagnostic warning "-Wcast-qual"
#endif
#endif
/* ! GCC_SYSTEM_H */
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