Merge branch 'windows_build' of https://github.com/ZappoMan/hifi into windows_build

This commit is contained in:
Brad Hefta-Gaub 2014-01-15 15:22:02 -08:00
commit f2e3990ea7

View file

@ -474,7 +474,7 @@ void printVoxelCode(unsigned char* voxelCode) {
qDebug("voxelSizeInOctets=%d",voxelSizeInOctets);
qDebug("voxelBufferSize=%d",voxelBufferSize);
for(int i=0; i < voxelBufferSize; i++) {
for(unsigned int i=0; i < voxelBufferSize; i++) {
QDebug voxelBufferDebug = qDebug();
voxelBufferDebug << "i =" << i;
outputBits(voxelCode[i], &voxelBufferDebug);