fmt/include
Daniela Engert 312f1133f4
change signature of 'grisu2_prettify' (#955)
grisu2_prettify(..,ptrdiff_t,..,..) -> grisu2_prettify(..,size_t,..,..) because the second parameter is called only with arguments of types 'unsigned int' or 'size_t'. This squashes compiler warnings when compiled for 32 bit targets where 'size_t' may have the same size as 'int' and different implicit conversion/promotion rules apply.

While at it, remove an obsolete warning suppression.
2018-12-02 07:53:18 +01:00
..
fmt change signature of 'grisu2_prettify' (#955) 2018-12-02 07:53:18 +01:00