Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 207854 Details for
Bug 266305
Requesting additional warnings flags panel for gcc c++
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Adding -Wconversion flag to gcc c/c++ settings
0002-Bug-266305-Adding-Wconversion-flag-to-gcc-c-c-settin.patch (text/plain), 2.25 KB, created by
Otavio Pontes
on 2011-12-02 11:57:35 EST
(
hide
)
Description:
Adding -Wconversion flag to gcc c/c++ settings
Filename:
MIME Type:
Creator:
Otavio Pontes
Created:
2011-12-02 11:57:35 EST
Size:
2.25 KB
patch
obsolete
>From da2ccd5a6aea53d9d0c6f7672f9845dd8f7c737c Mon Sep 17 00:00:00 2001 >From: Otavio Pontes <obusatto@linux.vnet.ibm.com> >Date: Fri, 2 Dec 2011 14:48:49 -0200 >Subject: [PATCH 2/2] Bug 266305: Adding -Wconversion flag to gcc c/c++ > settings > >--- > .../plugin.properties | 1 + > .../plugin.xml | 16 ++++++++++++++++ > 2 files changed, 17 insertions(+), 0 deletions(-) > >diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties >index 2d93857..ea1c1ab 100644 >--- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties >+++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties >@@ -143,6 +143,7 @@ Option.Posix.Warn.nowarn=Inhibit all warnings (-w) > Option.Posix.Warn.allwarn=All warnings (-Wall) > Option.Posix.Warn.extrawarn=Extra warnings (-Wextra) > Option.Posix.Warn.toerrs=Warnings as errors (-Werror) >+Option.Posix.Warn.wconversion=Implicit conversion warnings (-Wconversion) > > Option.Posix.Verbose=Verbose (-v) > Option.OtherFlags=Other flags >diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml >index e6d7ea6..d789e5e 100644 >--- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml >+++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml >@@ -1212,6 +1212,14 @@ > </option> > <option > defaultValue="false" >+ name="%Option.Posix.Warn.wconversion" >+ category="gnu.c.compiler.category.warnings" >+ command="-Wconversion" >+ id="gnu.c.compiler.option.warnings.wconversion" >+ valueType="boolean"> >+ </option> >+ <option >+ defaultValue="false" > name="%Option.Posix.Warn.toerrs" > category="gnu.c.compiler.category.warnings" > command="-Werror" >@@ -1534,6 +1542,14 @@ > </option> > <option > defaultValue="false" >+ name="%Option.Posix.Warn.wconversion" >+ category="gnu.cpp.compiler.category.warnings" >+ command="-Wconversion" >+ id="gnu.cpp.compiler.option.warnings.wconversion" >+ valueType="boolean"> >+ </option> >+ <option >+ defaultValue="false" > name="%Option.Posix.Warn.toerrs" > category="gnu.cpp.compiler.category.warnings" > command="-Werror" >-- >1.7.4.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266305
:
207852
|
207854