https://bugs.kde.org/show_bug.cgi?id=394330
Milian Wolff <m...@milianw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #4 from Milian Wolff <m...@milianw.de> --- commit c456f6a1575fb2834238a1f693e7c7787d768d42 Author: Milian Wolff <milian.wo...@kdab.com> Date: Tue May 29 10:45:53 2018 +0200 Fix compile warnings about format type mismatch on 32bit Use PRIu64 instead of hardcoding %lu for the std::chrono::milliseconds representation. CCBUG: 394330 commit 49577e019ea791ee63962cdfe7e9c0c5b5c6ea4b Author: Milian Wolff <milian.wo...@kdab.com> Date: Tue May 29 10:41:10 2018 +0200 Fix another compile error on 32bit Introduce a user-defined _u64 literal for uint64_t and use that instead of ul/ull. BUG: 394330 -- You are receiving this mail because: You are watching all bug changes.