Skip to content
Snippets Groups Projects
Commit 0b761ece authored by RevenantX's avatar RevenantX
Browse files

default in switch.

parent 01249c1d
No related branches found
No related tags found
No related merge requests found
......@@ -370,6 +370,8 @@ static std::string GenDefaultValue(const LanguageParameters &lang, const Value &
return "default(Offset<" + value.type.struct_def->name + ">)";
case BASE_TYPE_VECTOR:
return "default(VectorOffset)";
default:
break;
}
}
......
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