mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Make disconnect volatile as it's written by a signal handler.
This commit is contained in:
parent
9b15870991
commit
8c3868e43b
@ -25,7 +25,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
bool disconnect = false;
|
||||
volatile bool disconnect = false;
|
||||
|
||||
void SigInt( int )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user