Silence ALL the compile warnings!

This commit is contained in:
Thulinma 2014-06-07 23:46:47 +02:00
parent 51bb561b7b
commit 19e73019fe
7 changed files with 32 additions and 29 deletions

View file

@ -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];