mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
Fix warning: this statement may fall through
/libretroshare/src/pqi/pqissl.cc:449: warning: this statement may fall through [-Wimplicit-fallthrough=] sslmode = PQISSL_ACTIVE; /* we're starting this one */ /libretroshare/src/pqi/pqissl.cc:456: here case WAITING_DELAY:
This commit is contained in:
parent
b9d4651f07
commit
a0506c1a0f
@ -452,7 +452,7 @@ int pqissl::ConnectAttempt()
|
||||
rslog(RSL_DEBUG_BASIC, pqisslzone,
|
||||
"pqissl::ConnectAttempt() STATE = Not Waiting, starting connection");
|
||||
#endif
|
||||
|
||||
/* fallthrough */
|
||||
case WAITING_DELAY:
|
||||
|
||||
#ifdef PQISSL_LOG_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user