aboutsummaryrefslogtreecommitdiff
path: root/redist/json_helpers.c
diff options
context:
space:
mode:
authormwturvey <michael.w.turvey@intel.com>2017-03-24 15:19:59 -0700
committermwturvey <michael.w.turvey@intel.com>2017-03-24 15:19:59 -0700
commit4dc1d72785c660c206f8def9d8c8aa32289c2709 (patch)
treeb6b06ee4504ac4afd76a885343373919e120341b /redist/json_helpers.c
parentf7d1c19e299df46087eb8693d2d0c0637d2e395f (diff)
downloadlibsurvive-4dc1d72785c660c206f8def9d8c8aa32289c2709.tar.gz
libsurvive-4dc1d72785c660c206f8def9d8c8aa32289c2709.tar.bz2
More cleanup & finishing genericization of calibrator
Diffstat (limited to 'redist/json_helpers.c')
-rw-r--r--redist/json_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redist/json_helpers.c b/redist/json_helpers.c
index 3b5cc0d..29d48bd 100644
--- a/redist/json_helpers.c
+++ b/redist/json_helpers.c
@@ -174,7 +174,7 @@ void json_load_file(const char* path) {
int16_t children = -1;
- for (i=0; i<(int)items; i+=2)
+ for (i=0; i<(unsigned int)items; i+=2)
{
//increment i on each successful tag + values combination, not individual tokens
jsmntok_t* tag_t = tokens+i;