[Mesa-dev] [PATCH 1/3] glsl: Add convenience function get_sampler_instance
Matt Turner
mattst88 at gmail.com
Thu Dec 4 14:29:53 PST 2014
On Thu, Dec 4, 2014 at 2:00 PM, Carl Worth <cworth at cworth.org> wrote:
> + assert(!"Should not get here.");
> + return error_type;
Let's just use unreachable("not reached") here.
More information about the mesa-dev
mailing list