diff --git a/simple-cam.cpp b/simple-cam.cpp
index 350f68be7906..e374e45849dc 100644
--- a/simple-cam.cpp
+++ b/simple-cam.cpp
@@ -299,7 +299,7 @@ int main()
 			return EXIT_FAILURE;
 		}
 
-		unsigned int allocated = allocator->buffers(cfg.stream()).size();
+		size_t allocated = allocator->buffers(cfg.stream()).size();
 		std::cout << "Allocated " << allocated << " buffers for stream" << std::endl;
 	}
 
