mesa: Silence gcc warning "control reaches end of non-void function".

This commit is contained in:
José Fonseca
2010-08-14 14:40:06 +01:00
parent 325aa1b3cd
commit 19acfa42ed

View File

@@ -526,6 +526,7 @@ type_size(const struct glsl_type *type)
return 0;
default:
assert(0);
return 0;
}
}