Silence ALL the compile warnings!
This commit is contained in:
parent
51bb561b7b
commit
19e73019fe
7 changed files with 32 additions and 29 deletions
|
@ -141,7 +141,7 @@ namespace OGG{
|
|||
return false;
|
||||
}
|
||||
ret = getFullPayload();
|
||||
for (int i = 0; i < index; i++){
|
||||
for (unsigned int i = 0; i < index; i++){
|
||||
ret += segmentTableDeque[i];
|
||||
}
|
||||
len = segmentTableDeque[index];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue