glsl: Silence gcc warning "control reaches end of non-void function".
This commit is contained in:
@@ -335,7 +335,7 @@ ir_constant::clone(void *mem_ctx, struct hash_table *ht) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
assert(!"Should not get here."); break;
|
assert(!"Should not get here.");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user