+ fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized

This commit is contained in:
wmayer
2014-08-26 19:14:13 +02:00
parent 16d4a85029
commit a50743041b
30 changed files with 43 additions and 41 deletions

View File

@@ -99,4 +99,6 @@ int StepShape::read(const char* fileName)
model->PrintLabel(entity,msg);
std::cout << ";"<< entity->DynamicType()->Name() << std::endl;
}
return 0;
}