Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix -Wconversion warning (fmtlib#2724)
* - try fixing the warning "chrono.h:1217:37: warning: conversion from 'std::make_unsigned<long long int>::type' {aka 'long long unsigned int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion]" by casting int to size_t (occurs when cross-compiling to Raspberry Pi ARMv7) * - remove call to to_unsigned() because using static_cast<size_t> is enough
- Loading branch information