View Issue Details

IDProjectCategoryView StatusLast Update
0000673FSSCPFREDpublic2006-01-02 06:42
Reporterpvh Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionopen 
Summary0000673: GCC does not like "for(i = 0; ....) {"
DescriptionFix attached as additional information.
Additional Informationdiff -u -r2.195 sexp.cpp
--- code/parse/sexp.cpp 31 Dec 2005 01:49:53 -0000 2.195
+++ code/parse/sexp.cpp 2 Jan 2006 03:54:33 -0000
@@ -5652,7 +5652,7 @@
                        if(idx > -1)
                        {
                                bool wing_check = true;
- for(i = 0; i < Wings[idx].current_count; i++)
+ for(int i = 0; i < Wings[idx].current_count; i++)
                                {
                                        if(!sexp_helper_is_within_box(box_vals, &Objects[Ships[Wings[idx].ship_index[i]].objnum].pos))
TagsNo tags attached.

Activities

taylor

2006-01-02 06:42

administrator   ~0004095

This was fixed yesterday in my local tree, just haven't gotten it in CVS yet.

Issue History

Date Modified Username Field Change
2006-01-02 04:43 pvh New Issue
2006-01-02 06:42 taylor Status new => closed
2006-01-02 06:42 taylor Note Added: 0004095