diff options
author | Mauro Rossi <[email protected]> | 2016-02-01 23:37:42 +0100 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-02-01 17:45:19 -0500 |
commit | 6711592c2f30307948487a448094e0ff5dc1aedc (patch) | |
tree | 998f0dff9c246682a754d441f82d367ca8e0c021 /src/getopt | |
parent | 047b91771845453826dcdd0019adc7333348b158 (diff) |
nouveau/video: wrap assertion within #ifndef NDEBUG
The change is necessary to avoid the following building error in android:
external/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_bsp.c: In function 'nouveau_vp3_bsp_next':
external/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_bsp.c:269:14: error: 'bsp_bo' undeclared (first use in this function)
assert(bsp_bo->size >= str_bsp->w0[0] + num_bytes[i]);
^
This matches the declaration of the variables in question.
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/getopt')
0 files changed, 0 insertions, 0 deletions