debug: always use %zu in format string for size_t

This commit is contained in:
Justin Viiret
2016-08-25 13:26:27 +10:00
committed by Matthew Barr
parent 0cc941dfd5
commit 3cf4199879
4 changed files with 9 additions and 9 deletions

View File

@@ -117,7 +117,7 @@ aligned_unique_ptr<NFA> buildTamarama(const TamaInfo &tamaInfo, const u32 queue,
remapTops(tamaInfo, top_base, out_top_remap);
size_t subSize = tamaInfo.subengines.size();
DEBUG_PRINTF("subSize:%lu\n", subSize);
DEBUG_PRINTF("subSize:%zu\n", subSize);
size_t total_size =
sizeof(NFA) + // initial NFA structure
sizeof(Tamarama) + // Tamarama structure