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 331728 | Differences between
and this patch

Collapse All | Expand All

(-)plugin-orig.xml (+48 lines)
Lines 1143-1148 Link Here
1143
		  </option>
1143
		  </option>
1144
		  <option
1144
		  <option
1145
			  defaultValue="false"
1145
			  defaultValue="false"
1146
			  name="%Option.Posix.Debug.GdbExt"
1147
			  category="gnu.cpp.compiler.category.debug"
1148
			  command="-ggdb"
1149
			  id="gnu.cpp.compiler.option.debugging.GdbExt"
1150
			  valueType="boolean">
1151
		  </option>
1152
		  <option
1153
			  defaultValue="false"
1146
			  name="%Option.Posix.Debug.prof"
1154
			  name="%Option.Posix.Debug.prof"
1147
			  category="gnu.c.compiler.category.debug"
1155
			  category="gnu.c.compiler.category.debug"
1148
			  command="-p"
1156
			  command="-p"
Lines 1204-1209 Link Here
1204
		  </option>
1212
		  </option>
1205
		  <option
1213
		  <option
1206
			  defaultValue="false"
1214
			  defaultValue="false"
1215
			  name="%Option.Posix.Warn.ExtraWarn"
1216
			  category="gnu.c.compiler.category.warnings"
1217
			  command="-Wextra"
1218
			  id="gnu.c.compiler.option.warnings.ExtraWarn"
1219
			  valueType="boolean">
1220
		  </option>
1221
		  <option
1222
			  defaultValue="false"
1223
			  name="%Option.Posix.Warn.NoUnusedParam"
1224
			  category="gnu.c.compiler.category.warnings"
1225
			  command="-Wno-unused-parameter"
1226
			  id="gnu.c.compiler.option.warnings.NoUnusedParam"
1227
			  valueType="boolean">
1228
		  </option>
1229
		  <option
1230
			  defaultValue="false"
1207
			  name="%Option.Posix.Warn.toerrs"
1231
			  name="%Option.Posix.Warn.toerrs"
1208
			  category="gnu.c.compiler.category.warnings"
1232
			  category="gnu.c.compiler.category.warnings"
1209
			  command="-Werror"
1233
			  command="-Werror"
Lines 1449-1454 Link Here
1449
		  </option>
1473
		  </option>
1450
		  <option
1474
		  <option
1451
			  defaultValue="false"
1475
			  defaultValue="false"
1476
			  name="%Option.Posix.Debug.GdbExt"
1477
			  category="gnu.cpp.compiler.category.debug"
1478
			  command="-ggdb"
1479
			  id="gnu.cpp.compiler.option.debugging.GdbExt"
1480
			  valueType="boolean">
1481
		  </option>
1482
		  <option
1483
			  defaultValue="false"
1452
			  name="%Option.Posix.Debug.prof"
1484
			  name="%Option.Posix.Debug.prof"
1453
			  category="gnu.cpp.compiler.category.debug"
1485
			  category="gnu.cpp.compiler.category.debug"
1454
			  command="-p"
1486
			  command="-p"
Lines 1510-1515 Link Here
1510
		  </option>
1542
		  </option>
1511
		  <option
1543
		  <option
1512
			  defaultValue="false"
1544
			  defaultValue="false"
1545
			  name="%Option.Posix.Warn.ExtraWarn"
1546
			  category="gnu.c.compiler.category.warnings"
1547
			  command="-Wextra"
1548
			  id="gnu.c.compiler.option.warnings.ExtraWarn"
1549
			  valueType="boolean">
1550
		  </option>
1551
		  <option
1552
			  defaultValue="false"
1553
			  name="%Option.Posix.Warn.NoUnusedParam"
1554
			  category="gnu.c.compiler.category.warnings"
1555
			  command="-Wno-unused-parameter"
1556
			  id="gnu.c.compiler.option.warnings.NoUnusedParam"
1557
			  valueType="boolean">
1558
		  </option>
1559
		  <option
1560
			  defaultValue="false"
1513
			  name="%Option.Posix.Warn.toerrs"
1561
			  name="%Option.Posix.Warn.toerrs"
1514
			  category="gnu.cpp.compiler.category.warnings"
1562
			  category="gnu.cpp.compiler.category.warnings"
1515
			  command="-Werror"
1563
			  command="-Werror"

Return to bug 331728