mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Make disconnect volatile as it's written by a signal handler.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
bool disconnect = false;
|
||||
volatile bool disconnect = false;
|
||||
|
||||
void SigInt( int )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user