diff Framework/Toolbox/GenericToolbox.h @ 1084:6cf58788f37f broker

fix GenericToolboxTests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Oct 2019 13:19:25 +0200
parents 287ec78f63b4
children 97cbb2c31a65
line wrap: on
line diff
--- a/Framework/Toolbox/GenericToolbox.h	Tue Oct 22 13:14:05 2019 +0200
+++ b/Framework/Toolbox/GenericToolbox.h	Tue Oct 22 13:19:25 2019 +0200
@@ -116,7 +116,7 @@
       if (*p == '.')
       {
         double f = 0.0;
-        int n = 1;
+        size_t n = 1;
         ++p;
         while (*p >= '0' && *p <= '9' && n < FRAC_FACTORS_LEN)
         {