mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 17:37:12 -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,
|
rslog(RSL_DEBUG_BASIC, pqisslzone,
|
||||||
"pqissl::ConnectAttempt() STATE = Not Waiting, starting connection");
|
"pqissl::ConnectAttempt() STATE = Not Waiting, starting connection");
|
||||||
#endif
|
#endif
|
||||||
|
/* fallthrough */
|
||||||
case WAITING_DELAY:
|
case WAITING_DELAY:
|
||||||
|
|
||||||
#ifdef PQISSL_LOG_DEBUG
|
#ifdef PQISSL_LOG_DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user