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. |
||
|---|---|---|
| .. | ||
| color.h | ||
| core.h | ||
| format-inl.h | ||
| format.h | ||
| locale.h | ||
| ostream.h | ||
| posix.h | ||
| printf.h | ||
| ranges.h | ||
| time.h | ||