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 184430 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), 2.33 KB, created by
Jeffrey Walton
on 2010-12-02 21:37:13 EST
(
hide
)
Description:
Patch for -Wextra and -Wno-unused-parameter (2 of 2)
Filename:
MIME Type:
Creator:
Jeffrey Walton
Created:
2010-12-02 21:37:13 EST
Size:
2.33 KB
patch
obsolete
>--- plugin-orig.xml 2010-12-02 18:39:07.775781000 -0500 >+++ plugin.xml 2010-12-02 21:32:50.945167966 -0500 >@@ -1143,6 +1143,14 @@ > </option> > <option > defaultValue="false" >+ name="%Option.Posix.Debug.GdbExt" >+ category="gnu.cpp.compiler.category.debug" >+ command="-ggdb" >+ id="gnu.cpp.compiler.option.debugging.GdbExt" >+ valueType="boolean"> >+ </option> >+ <option >+ defaultValue="false" > name="%Option.Posix.Debug.prof" > category="gnu.c.compiler.category.debug" > command="-p" >@@ -1204,6 +1212,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" >@@ -1449,6 +1473,14 @@ > </option> > <option > defaultValue="false" >+ name="%Option.Posix.Debug.GdbExt" >+ category="gnu.cpp.compiler.category.debug" >+ command="-ggdb" >+ id="gnu.cpp.compiler.option.debugging.GdbExt" >+ valueType="boolean"> >+ </option> >+ <option >+ defaultValue="false" > name="%Option.Posix.Debug.prof" > category="gnu.cpp.compiler.category.debug" > command="-p" >@@ -1510,6 +1542,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