mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 04:30:10 +01:00
Silence compiler warnings.
This commit is contained in:
parent
0e96a53aec
commit
11a19866f6
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ void draw_free_tmps( struct draw_stage *stage )
|
|||
|
||||
boolean draw_use_sse(struct draw_context *draw)
|
||||
{
|
||||
return draw->use_sse;
|
||||
return (boolean) draw->use_sse;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue