Skip to content
Snippets Groups Projects
Commit d013c193 authored by al.schwinn's avatar al.schwinn
Browse files

[SIL-?] Minor warning removed

parent 5d108eec
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ namespace Silecs
dimension[0] = regRef->getDimension1();
dimension[1] = regRef->getDimension2();
long unsigned int flatDimension = dimension[0] * dimension[1];
void* array;
void* array = NULL;
switch(regRef->getFormat())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment