+ fix more compiler warnings

This commit is contained in:
wmayer
2014-08-27 13:26:44 +02:00
parent cc775f9254
commit 346e5c6a77
16 changed files with 380 additions and 336 deletions

View File

@@ -119,7 +119,7 @@ FeatureTest::~FeatureTest()
DocumentObjectExecReturn *FeatureTest::execute(void)
{
int *i,j;
int *i=0,j;
float f;
void *s;