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

This commit is contained in:
José Fonseca
2010-08-14 14:40:39 +01:00
parent 19acfa42ed
commit 4b1721eaf3

View File

@@ -335,7 +335,7 @@ ir_constant::clone(void *mem_ctx, struct hash_table *ht) const
}
default:
assert(!"Should not get here."); break;
assert(!"Should not get here.");
return NULL;
}
}