qt5base-lts/src/platformsupport
Thiago Macieira 55fc9a5dd9 Fix Clang annoying, useless warning about using %llu when it wants %lu
The types have the same size. So it's stupid for it to make the issue a
warning...

 qkmsdevice.cpp:737:88: error: format specifies type 'unsigned long long' but the argument has type '__u64' (aka 'unsigned long') [-Werror,-Wformat]

Change-Id: I117816bf0f5e469b8d34fffd153e640b62bef635
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2018-07-05 14:50:35 +00:00
..
accessibility Disable precompiled headers for small modules 2017-04-20 05:39:47 +00:00
clipboard Merge remote-tracking branch 'origin/5.9' into dev 2017-04-20 12:31:27 +02:00
devicediscovery Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
edid QtEdidSupport: Fix private headers 2018-02-02 07:21:49 +00:00
eglconvenience egl: Add ES3.2 direct function pointers 2018-05-22 13:24:17 +00:00
eventdispatchers Windows QPA: Improve the event logging 2018-03-13 12:03:50 +00:00
fbconvenience platform plugins: port away from QRegion::rects() 2017-12-06 05:17:02 +00:00
fontdatabases QWindowsFontDatabase/QWindowsXPStyle: Fix compilation with g++ 8.1/MinGW 2018-06-21 12:29:29 +00:00
glxconvenience Merge remote-tracking branch 'origin/5.9' into 5.10 2017-10-04 13:41:04 +02:00
graphics Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
input Fix mouse-wheel handling for evdev devices with extended values 2018-06-22 11:14:53 +00:00
kmsconvenience Fix Clang annoying, useless warning about using %llu when it wants %lu 2018-07-05 14:50:35 +00:00
linuxaccessibility Handle coordinates related to component window 2018-02-05 16:13:01 +00:00
platformcompositor Merge remote-tracking branch 'origin/5.10' into dev 2017-10-17 10:34:24 +02:00
services QtServiceSupport: Remove redundant condition 2017-12-01 01:19:38 +00:00
themes QDBusTrayIcon: Avoid needless initialization of a global var 2018-06-22 10:28:33 +00:00
vkconvenience Fix redundant Vulkan logging category definition 2017-11-03 05:57:33 +00:00
windowsuiautomation windowsuiautomation: Lowercase windows header includes 2018-03-01 01:51:29 +00:00
platformsupport.pro Add support for building QtWayland on macOS 2018-06-09 12:45:24 +00:00