fixed a compiler warning
This commit is contained in:
parent
02e88840e9
commit
7ee9fc2a67
1 changed files with 4 additions and 0 deletions
|
@ -171,6 +171,10 @@ void CSocket::OnDataReceived()
|
|||
case PS_GEN_ERROR:
|
||||
bJitterBufferOK = false;
|
||||
break;
|
||||
|
||||
default:
|
||||
// do nothing
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue