+ fix various gcc & clang warnings

This commit is contained in:
wmayer
2016-04-24 16:21:19 +02:00
parent 6b4821a855
commit d03a8fd386
9 changed files with 25 additions and 80 deletions

View File

@@ -1193,7 +1193,7 @@ bool CDxfRead::ReadPolyLine()
bool closed = false;
int flags;
bool first_vertex_section_found = false;
double first_vertex[3];
double first_vertex[3] = {0,0,0};
bool bulge_found;
double bulge;