mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 00:45:28 +02:00
Patch for Tom Tromey:
- Changed -werror to -Werror
This commit is contained in:
parent
fa2d7106db
commit
ab1e01699b
2 changed files with 17 additions and 12 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-10-17 Tom Tromey
|
||||||
|
|
||||||
|
Changed -werror to -Werror
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2003-10-14 Alain Magloire
|
2003-10-14 Alain Magloire
|
||||||
|
|
||||||
ICOptionPage was added a new method
|
ICOptionPage was added a new method
|
||||||
|
|
|
@ -371,9 +371,9 @@
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="Warnings as errors (-werror)"
|
name="Warnings as errors (-Werror)"
|
||||||
category="cygwin.c.compiler.category.warnings"
|
category="cygwin.c.compiler.category.warnings"
|
||||||
command="-werror"
|
command="-Werror"
|
||||||
valueType="boolean"
|
valueType="boolean"
|
||||||
id="cygwin.gnu.c.compiler.warnings.toerrors">
|
id="cygwin.gnu.c.compiler.warnings.toerrors">
|
||||||
</option>
|
</option>
|
||||||
|
@ -701,9 +701,9 @@
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="Warnings as errors (-werror)"
|
name="Warnings as errors (-Werror)"
|
||||||
category="cygwin.compiler.category.warnings"
|
category="cygwin.compiler.category.warnings"
|
||||||
command="-werror"
|
command="-Werror"
|
||||||
valueType="boolean"
|
valueType="boolean"
|
||||||
id="cygwin.gnu.compiler.warnings.toerrors">
|
id="cygwin.gnu.compiler.warnings.toerrors">
|
||||||
</option>
|
</option>
|
||||||
|
@ -1670,9 +1670,9 @@
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="Warnings as errors (-werror)"
|
name="Warnings as errors (-Werror)"
|
||||||
category="linux.c.compiler.category.warnings"
|
category="linux.c.compiler.category.warnings"
|
||||||
command="-werror"
|
command="-Werror"
|
||||||
valueType="boolean"
|
valueType="boolean"
|
||||||
id="linux.gnu.c.compiler.warnings.toerrors">
|
id="linux.gnu.c.compiler.warnings.toerrors">
|
||||||
</option>
|
</option>
|
||||||
|
@ -1969,9 +1969,9 @@
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="Warnings as errors (-werror)"
|
name="Warnings as errors (-Werror)"
|
||||||
category="linux.gnu.compiler.category.warnings"
|
category="linux.gnu.compiler.category.warnings"
|
||||||
command="-werror"
|
command="-Werror"
|
||||||
valueType="boolean"
|
valueType="boolean"
|
||||||
id="linux.gnu.compiler.warnings.toerrors">
|
id="linux.gnu.compiler.warnings.toerrors">
|
||||||
</option>
|
</option>
|
||||||
|
@ -2846,9 +2846,9 @@
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="Warnings as errors (-werror)"
|
name="Warnings as errors (-Werror)"
|
||||||
category="solaris.c.compiler.category.warnings"
|
category="solaris.c.compiler.category.warnings"
|
||||||
command="-werror"
|
command="-Werror"
|
||||||
valueType="boolean"
|
valueType="boolean"
|
||||||
id="solaris.gnu.c.compiler.warnings.toerrors">
|
id="solaris.gnu.c.compiler.warnings.toerrors">
|
||||||
</option>
|
</option>
|
||||||
|
@ -3130,9 +3130,9 @@
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="Warnings as errors (-werror)"
|
name="Warnings as errors (-Werror)"
|
||||||
category="solaris.gnu.compiler.category.warnings"
|
category="solaris.gnu.compiler.category.warnings"
|
||||||
command="-werror"
|
command="-Werror"
|
||||||
valueType="boolean"
|
valueType="boolean"
|
||||||
id="solaris.gnu.compiler.warnings.toerrors">
|
id="solaris.gnu.compiler.warnings.toerrors">
|
||||||
</option>
|
</option>
|
||||||
|
|
Loading…
Add table
Reference in a new issue