mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue