mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
Committing in .
Added a type cast to silence the OpenVMS DECC compiler Modified Files: Mesa-newtree/src/mesa/swrast/s_nvfragprog.c ----------------------------------------------------------------------
This commit is contained in:
parent
d2d3052378
commit
d49acd629b
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ init_machine_deriv( GLcontext *ctx,
|
|||
_mesa_memcpy(dMachine, machine, sizeof(struct fp_machine));
|
||||
|
||||
/* Clear temporary registers */
|
||||
_mesa_bzero(machine->Temporaries,
|
||||
_mesa_bzero( (void*) machine->Temporaries,
|
||||
MAX_NV_FRAGMENT_PROGRAM_TEMPS * 4 * sizeof(GLfloat));
|
||||
|
||||
/* Add derivatives */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue