diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gallium/state_trackers/wgl/shared/stw_context.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/gallium/state_trackers/wgl/shared/stw_context.c b/src/gallium/state_trackers/wgl/shared/stw_context.c index 336eccef71..d532b1563b 100644 --- a/src/gallium/state_trackers/wgl/shared/stw_context.c +++ b/src/gallium/state_trackers/wgl/shared/stw_context.c @@ -64,6 +64,7 @@ stw_copy_context(     if (src && dst) {         /* FIXME */ +      assert(0);        (void) src;        (void) dst;        (void) mask; | 
