[quake3-bugzilla] [Bug 4976] New: C++ism in tr_model_iqm.c

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Wed May 4 13:36:03 EDT 2011


https://bugzilla.icculus.org/show_bug.cgi?id=4976

           Summary: C++ism in tr_model_iqm.c
           Product: ioquake3
           Version: SVN HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P3
         Component: Platform
        AssignedTo: zakk at icculus.org
        ReportedBy: mine at ukr.net
         QAContact: quake3-bugzilla at icculus.org


There is constructions like dymamic arrays

float mat[data->num_joints * 12];

Also declarations like

....
rotW = -SQRTFAST(1.0f - rotW);

float xx = 2.0f * joint->rotate[0] * joint->rotate[0];
float yy = 2.0f * joint->rotate[1] * joint->rotate[1];
....

Which is just rejected by MSVC

-- 
Configure bugmail: https://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the quake3-bugzilla mailing list