sthen 2dcc8bd71d json-c: cast INT64_MAX to double. from upstream
d0b87ee87b.patch

Subject: [PATCH] Add an explicit cast to double to squash a
 -Wimplicit-int-float-conversion warning. Though we will no longer be
 comparing exactly against INT64_MAX, this is ok because any value of that
 magnitude stored in a double will *also* have been rounded up, so the
 comparison will work appropriately.
2020-07-31 12:13:28 +00:00
..