util: Silence uninitialized variable warnings.

This commit is contained in:
Vinson Lee
2010-08-21 15:48:25 -07:00
parent e511a35fc5
commit be99100ee7
+4
View File
@@ -63,7 +63,11 @@ util_semantic_set_from_program_file(struct util_semantic_set *set, const struct
semantic_index = info.output_semantic_index;
}
else
{
assert(0);
semantic_name = NULL;
semantic_index = NULL;
}
tgsi_parse_init(&parse, tokens);