[Mesa-dev] [PATCH 1/2] st/mesa: fix incorrect pointer type arguments in st_new_program()

2015-10-15 Thread Brian Paul
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(>Base, target, id);

Re: [Mesa-dev] [PATCH 1/2] st/mesa: fix incorrect pointer type arguments in st_new_program()

2015-10-15 Thread Emil Velikov
On 15 October 2015 at 14:27, Brian Paul 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