fix w4018
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -216,7 +216,7 @@ namespace AWSMetrics
|
||||
return false;
|
||||
}
|
||||
|
||||
for (int metricsIndex = 0; metricsIndex < doc.Size(); metricsIndex++)
|
||||
for (rapidjson::SizeType metricsIndex = 0; metricsIndex < doc.Size(); metricsIndex++)
|
||||
{
|
||||
MetricsEvent metrics;
|
||||
if (!metrics.ReadFromJson(doc[metricsIndex]))
|
||||
|
||||
Reference in New Issue
Block a user