Skip to content
Snippets Groups Projects
Commit ff259174 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix warn

parent 9f85881a
Branches
Tags
No related merge requests found
...@@ -2277,7 +2277,7 @@ static void gl2psParseFeedbackBuffer(GLint used) ...@@ -2277,7 +2277,7 @@ static void gl2psParseFeedbackBuffer(GLint used)
GLboolean boundary; GLboolean boundary;
GLint i, sizeoffloat, count, v, vtot, offset = 0, factor = 0, auxindex = 0; GLint i, sizeoffloat, count, v, vtot, offset = 0, factor = 0, auxindex = 0;
GLint lcap = 0, ljoin = 0; GLint lcap = 0, ljoin = 0;
GLfloat lwidth = 1.0F, psize = 1.0F, ofactor, ounits; GLfloat lwidth = 1.0F, psize = 1.0F, ofactor = 0.0F, ounits = 0.0F;
GLfloat *current; GLfloat *current;
GL2PSvertex vertices[3]; GL2PSvertex vertices[3];
GL2PSprimitive *prim; GL2PSprimitive *prim;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment