1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Make disconnect volatile as it's written by a signal handler.

This commit is contained in:
Benoit Jacob 2022-04-12 15:59:40 +00:00
parent 9b15870991
commit 8c3868e43b

View File

@ -25,7 +25,7 @@
#endif
bool disconnect = false;
volatile bool disconnect = false;
void SigInt( int )
{