Files
xserver/glx
Enrico Weigelt, metux IT consult 1be54da781 glx: DoQueryContext(): use fixed size array instead of variable length
Our array here really is fixed, but it's size is determined by a variable
(that's assigned a fix values), unncessarily making it a VLA (even making
it const doesn't change that), so giving false alarms when compiling w/
-Wvla or -Werror=vla.

Replacing the variable by #define trivially fixes this.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1665>
(cherry picked from commit 0a7763bfce)
2026-01-25 10:39:58 -08:00
..
2026-01-25 10:39:58 -08:00
2016-09-15 20:10:29 +01:00
2026-01-25 10:39:58 -08:00
2026-01-25 10:39:58 -08:00
2026-01-25 10:39:58 -08:00
2017-06-20 16:39:23 -04:00
2017-06-20 16:39:23 -04:00
2017-06-20 16:39:23 -04:00
2018-02-14 17:04:44 -05:00