[Mesa-dev] [PATCH 1/2] st/mesa: fix incorrect pointer type arguments in st_new_program()
Emil Velikov
emil.l.velikov at gmail.com
Thu Oct 15 06:34:31 PDT 2015
On 15 October 2015 at 14:27, Brian Paul <brianp at vmware.com> wrote:
> Silences 5 warnings of the type:
> state_tracker/st_cb_program.c: In function 'st_new_program':
> state_tracker/st_cb_program.c:108:7: warning: passing argument 1 of
> '_mesa_init_gl_program' from incompatible pointer type [enabled by default]
> return _mesa_init_gl_program(&prog->Base, target, id);
> ^
Forgot to git add and squash these before pushing. Sorry about that.
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>
-Emil
More information about the mesa-dev
mailing list