mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 21:21:39 +02:00
silence warning
This commit is contained in:
parent
6e51febc6b
commit
ee2c8d6d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ static void calcposobs(void)
|
|||
rainParticle::setRainingArea(obs[0]-7.0f,-0.2f,obs[2]-7.0f,obs[0]+7.0f,8.0f,obs[2]+7.0f);
|
||||
}
|
||||
|
||||
static void printstring(void *font, char *string)
|
||||
static void printstring(void *font, const char *string)
|
||||
{
|
||||
int len,i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue