reduce the amount of compiler warnings for variable shadowing
This commit is contained in:
parent
1d0a044de3
commit
bbd17d75ce
8 changed files with 2 additions and 9 deletions
|
@ -789,7 +789,6 @@ void CL_ParseVoip ( msg_t *msg ) {
|
|||
}
|
||||
|
||||
for (i = 0; i < frames; i++) {
|
||||
char encoded[256];
|
||||
const int len = MSG_ReadByte(msg);
|
||||
if (len < 0) {
|
||||
Com_DPrintf("VoIP: Short packet!\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue