Cleanup: warnings

This commit is contained in:
2015-04-14 10:30:14 +10:00
parent af2f4724d5
commit c448196bb4
8 changed files with 15 additions and 15 deletions

View File

@@ -402,7 +402,7 @@ void ExecutionGroup::finalizeChunkExecution(int chunkNumber, MemoryBuffer **memo
this->m_bTree->progress(this->m_bTree->prh, progress);
char buf[128];
BLI_snprintf(buf, sizeof(buf), "Compositing | Tile %d-%d",
BLI_snprintf(buf, sizeof(buf), "Compositing | Tile %u-%u",
this->m_chunksFinished,
this->m_numberOfChunks);
this->m_bTree->stats_draw(this->m_bTree->sdh, buf);