mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix warning: this statement may fall through
/libretroshare/src/tcponudp/bss_tou.c:246: warning: this statement may fall through [-Wimplicit-fallthrough=] num=0; /libretroshare/src/tcponudp/bss_tou.c:247: here case BIO_C_FILE_SEEK:
This commit is contained in:
parent
e718070dbd
commit
635246c462
@ -244,6 +244,7 @@ static long tou_socket_ctrl(BIO *b, int cmd, long num, void *ptr)
|
||||
{
|
||||
case BIO_CTRL_RESET:
|
||||
num=0;
|
||||
/* fallthrough */
|
||||
case BIO_C_FILE_SEEK:
|
||||
ret=0;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user