From 623dffe2c054d1639dbf9c8f21ddfb088c7950fb Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 11 Feb 2017 14:48:52 +0100 Subject: Working Ed25519 Implementation of libcmix. --- statsd/stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'statsd/stats.cpp') diff --git a/statsd/stats.cpp b/statsd/stats.cpp index cd66193..e2a6a5d 100644 --- a/statsd/stats.cpp +++ b/statsd/stats.cpp @@ -65,7 +65,7 @@ void Stats::output(std::string file) ofs << it->first; } ofs << std::endl; - for(int i = 0; i < table.second.begin()->second.size(); ++i) { + for(size_t i = 0; i < table.second.begin()->second.size(); ++i) { for(auto it = table.second.begin(); it != table.second.end(); ++it) { if(it != table.second.begin()) { ofs << ", "; -- cgit v1.2.3-70-g09d2