mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
fix warning
This commit is contained in:
parent
71b2504e03
commit
c93c18abf1
1 changed files with 2 additions and 3 deletions
|
|
@ -1617,10 +1617,9 @@ get_triangle_func(GLcontext *ctx)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#else
|
||||
return (swrast_tri_func) NULL;
|
||||
#endif /* CHAN_BITS == 8 */
|
||||
|
||||
return (swrast_tri_func) NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue