Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 266305 | Differences between
and this patch

Collapse All | Expand All

(-)a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties (+1 lines)
Lines 141-146 Option.Posix.Warn.Pedandic=Pedantic (-pedantic) Link Here
141
Option.Posix.Warn.PedErrors=Pedantic warnings as errors (-pedantic-errors)
141
Option.Posix.Warn.PedErrors=Pedantic warnings as errors (-pedantic-errors)
142
Option.Posix.Warn.nowarn=Inhibit all warnings (-w)
142
Option.Posix.Warn.nowarn=Inhibit all warnings (-w)
143
Option.Posix.Warn.allwarn=All warnings (-Wall)
143
Option.Posix.Warn.allwarn=All warnings (-Wall)
144
Option.Posix.Warn.extrawarn=Extra warnings (-Wextra)
144
Option.Posix.Warn.toerrs=Warnings as errors (-Werror)
145
Option.Posix.Warn.toerrs=Warnings as errors (-Werror)
145
146
146
Option.Posix.Verbose=Verbose (-v)
147
Option.Posix.Verbose=Verbose (-v)
(-)a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml (-1 / +16 lines)
Lines 1204-1209 Link Here
1204
		  </option>
1204
		  </option>
1205
		  <option
1205
		  <option
1206
			  defaultValue="false"
1206
			  defaultValue="false"
1207
			  name="%Option.Posix.Warn.extrawarn"
1208
			  category="gnu.c.compiler.category.warnings"
1209
			  command="-Wextra"
1210
			  id="gnu.c.compiler.option.warnings.extrawarn"
1211
			  valueType="boolean">
1212
		  </option>
1213
		  <option
1214
			  defaultValue="false"
1207
			  name="%Option.Posix.Warn.toerrs"
1215
			  name="%Option.Posix.Warn.toerrs"
1208
			  category="gnu.c.compiler.category.warnings"
1216
			  category="gnu.c.compiler.category.warnings"
1209
			  command="-Werror"
1217
			  command="-Werror"
Lines 1518-1523 Link Here
1518
		  </option>
1526
		  </option>
1519
		  <option
1527
		  <option
1520
			  defaultValue="false"
1528
			  defaultValue="false"
1529
			  name="%Option.Posix.Warn.extrawarn"
1530
			  category="gnu.cpp.compiler.category.warnings"
1531
			  command="-Wextra"
1532
			  id="gnu.cpp.compiler.option.warnings.extrawarn"
1533
			  valueType="boolean">
1534
		  </option>
1535
		  <option
1536
			  defaultValue="false"
1521
			  name="%Option.Posix.Warn.toerrs"
1537
			  name="%Option.Posix.Warn.toerrs"
1522
			  category="gnu.cpp.compiler.category.warnings"
1538
			  category="gnu.cpp.compiler.category.warnings"
1523
			  command="-Werror"
1539
			  command="-Werror"
1524
- 

Return to bug 266305