quiet warning

This commit is contained in:
Michael Davidsaver
2017-12-11 20:21:06 -06:00
parent 5bc081a3af
commit e79c49019d

View File

@@ -631,10 +631,7 @@ int32 Union::guess(Type t, ScalarType s) const
case scalarArray:
type = static_cast<const ScalarArray*>(fields[i].get())->getElementType();
break;
case structure:
case structureArray:
case union_:
case unionArray:
default:
continue;
}