The second value (like the first) has type qint64 (aka long long), so
%d is wrong; need to use %lld instead.
Found while porting to std::snprintf() (qsnprintf() never actually got
the __attribute__((printf)), so compilers didn't warn).
Drive-by replace qAbs() with std::abs().
Amends
|
||
|---|---|---|
| .. | ||
| BLACKLIST | ||
| CMakeLists.txt | ||
| tst_qdeadlinetimer.cpp | ||