[Mesa-dev] [PATCH] glsl: Silence clang warning about class vs no class.

Matt Turner mattst88 at gmail.com
Fri Nov 21 15:21:53 PST 2014


On Fri, Nov 21, 2014 at 3:19 PM, Matt Turner <mattst88 at gmail.com> wrote:
> note: hidden overloaded virtual function 'ir_hierarchical_visitor::visit_enter'
>       declared here: type mismatch at 1st parameter
>       ('class ir_loop *' vs 'ir_dereference_variable *')
>    virtual ir_visitor_status visit_enter(class ir_loop *);
>
> I don't see much value in this warning, but it spits out so many of them
> that finding useful ones is difficult.
> ---

On second though, I might have misinterpreted the warning. Ignore this patch.


More information about the mesa-dev mailing list