mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 16:00:41 +02:00
wgl: Add assertion for missing function.
This commit is contained in:
parent
692263aad6
commit
d78b5952c1
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ stw_copy_context(
|
|||
|
||||
if (src && dst) {
|
||||
/* FIXME */
|
||||
assert(0);
|
||||
(void) src;
|
||||
(void) dst;
|
||||
(void) mask;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue