1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Patch for Tom Tromey:

- Changed -werror to -Werror
This commit is contained in:
Doug Schaefer 2003-10-17 19:12:24 +00:00
parent fa2d7106db
commit ab1e01699b
2 changed files with 17 additions and 12 deletions

View file

@ -1,3 +1,8 @@
2003-10-17 Tom Tromey
Changed -werror to -Werror
* plugin.xml
2003-10-14 Alain Magloire
ICOptionPage was added a new method

View file

@ -371,9 +371,9 @@
</option>
<option
defaultValue="false"
name="Warnings as errors (-werror)"
name="Warnings as errors (-Werror)"
category="cygwin.c.compiler.category.warnings"
command="-werror"
command="-Werror"
valueType="boolean"
id="cygwin.gnu.c.compiler.warnings.toerrors">
</option>
@ -701,9 +701,9 @@
</option>
<option
defaultValue="false"
name="Warnings as errors (-werror)"
name="Warnings as errors (-Werror)"
category="cygwin.compiler.category.warnings"
command="-werror"
command="-Werror"
valueType="boolean"
id="cygwin.gnu.compiler.warnings.toerrors">
</option>
@ -1670,9 +1670,9 @@
</option>
<option
defaultValue="false"
name="Warnings as errors (-werror)"
name="Warnings as errors (-Werror)"
category="linux.c.compiler.category.warnings"
command="-werror"
command="-Werror"
valueType="boolean"
id="linux.gnu.c.compiler.warnings.toerrors">
</option>
@ -1969,9 +1969,9 @@
</option>
<option
defaultValue="false"
name="Warnings as errors (-werror)"
name="Warnings as errors (-Werror)"
category="linux.gnu.compiler.category.warnings"
command="-werror"
command="-Werror"
valueType="boolean"
id="linux.gnu.compiler.warnings.toerrors">
</option>
@ -2846,9 +2846,9 @@
</option>
<option
defaultValue="false"
name="Warnings as errors (-werror)"
name="Warnings as errors (-Werror)"
category="solaris.c.compiler.category.warnings"
command="-werror"
command="-Werror"
valueType="boolean"
id="solaris.gnu.c.compiler.warnings.toerrors">
</option>
@ -3130,9 +3130,9 @@
</option>
<option
defaultValue="false"
name="Warnings as errors (-werror)"
name="Warnings as errors (-Werror)"
category="solaris.gnu.compiler.category.warnings"
command="-werror"
command="-Werror"
valueType="boolean"
id="solaris.gnu.compiler.warnings.toerrors">
</option>