Files
Khem Raj 66b305f86f typecast time_t and suseconds_t from std::chrono
This fixes build on some architectures like mips
progress.cc:125:31: error: non-constant-expression cannot be narrowed from type 'std::chrono::duration<long long>::rep' (aka 'long long') to '__time_t' (aka 'long') in initializer list [-Wc++11-narrowing]
   struct timeval NowTime = { Now_sec.count(), Now_usec.count() };

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-16 20:07:40 -07:00
..
2018-05-07 13:41:31 +02:00
2018-05-07 13:41:31 +02:00
2018-05-07 13:41:31 +02:00
2018-05-07 13:41:31 +02:00
2018-05-07 13:41:31 +02:00
2018-05-07 13:41:31 +02:00
2018-05-07 13:41:31 +02:00