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 )
{