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 184427 Details for
Bug 331728
Feature Request: Add -Wextra in addition to -Wall in C/C++'s default project settings
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]
Patch for -Wextra and -Wno-unused-parameter (2 of 2)
plugin.xml.patch (text/plain), 1.83 KB, created by
Jeffrey Walton
on 2010-12-02 19:02:23 EST
(
hide
)
Description:
Patch for -Wextra and -Wno-unused-parameter (2 of 2)
Filename:
MIME Type:
Creator:
Jeffrey Walton
Created:
2010-12-02 19:02:23 EST
Size:
1.83 KB
patch
obsolete
>--- plugin-orig.xml 2010-12-02 18:39:07.775781000 -0500 >+++ plugin.xml 2010-12-02 18:52:48.633258277 -0500 >@@ -1135,6 +1135,11 @@ > </enablement> > > </option> >+ <optionCategory >+ owner="cdt.managedbuild.tool.gnu.c.compiler" >+ name="%OptionCategory.Debug" >+ id="gnu.c.compiler.category.GdbExt"> >+ </optionCategory> > <option > name="%Option.Posix.Debug.Other" > category="gnu.c.compiler.category.debug" >@@ -1204,6 +1209,22 @@ > </option> > <option > defaultValue="false" >+ name="%Option.Posix.Warn.ExtraWarn" >+ category="gnu.c.compiler.category.warnings" >+ command="-Wextra" >+ id="gnu.c.compiler.option.warnings.ExtraWarn" >+ valueType="boolean"> >+ </option> >+ <option >+ defaultValue="false" >+ name="%Option.Posix.Warn.NoUnusedParam" >+ category="gnu.c.compiler.category.warnings" >+ command="-Wno-unused-parameter" >+ id="gnu.c.compiler.option.warnings.NoUnusedParam" >+ valueType="boolean"> >+ </option> >+ <option >+ defaultValue="false" > name="%Option.Posix.Warn.toerrs" > category="gnu.c.compiler.category.warnings" > command="-Werror" >@@ -1510,6 +1531,22 @@ > </option> > <option > defaultValue="false" >+ name="%Option.Posix.Warn.ExtraWarn" >+ category="gnu.c.compiler.category.warnings" >+ command="-Wextra" >+ id="gnu.c.compiler.option.warnings.ExtraWarn" >+ valueType="boolean"> >+ </option> >+ <option >+ defaultValue="false" >+ name="%Option.Posix.Warn.NoUnusedParam" >+ category="gnu.c.compiler.category.warnings" >+ command="-Wno-unused-parameter" >+ id="gnu.c.compiler.option.warnings.NoUnusedParam" >+ valueType="boolean"> >+ </option> >+ <option >+ defaultValue="false" > name="%Option.Posix.Warn.toerrs" > category="gnu.cpp.compiler.category.warnings" > command="-Werror"
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 331728
:
184426
| 184427 |
184430