mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
prevent from optimizing out by some compilers (from XFree86 CVS)
This commit is contained in:
parent
35b52c72d0
commit
b1ca87a565
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ static int host_byte_order( void )
|
|||
* Error handling.
|
||||
*/
|
||||
#ifndef XFree86Server
|
||||
static int mesaXErrorFlag = 0;
|
||||
static volatile int mesaXErrorFlag = 0;
|
||||
|
||||
static int mesaHandleXError( XMesaDisplay *dpy, XErrorEvent *event )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue