forked from qt-creator/qt-creator
Update mime database from Qt
qtbase/97b32fa0b661c5dd89d525122427496132abb54a Fix clang-cl compiler warnings Change-Id: I7aaea4153ff3413e3e2175a559739a0db071b87f Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <QtEndian>
|
||||
|
||||
#if 0 // QT_CONFIG(mimetype_database)
|
||||
# if defined(Q_CC_MSVC)
|
||||
# if defined(Q_CC_MSVC_ONLY)
|
||||
# pragma section(".qtmimedatabase", read, shared)
|
||||
__declspec(allocate(".qtmimedatabase")) __declspec(align(4096))
|
||||
# elif defined(Q_OS_DARWIN)
|
||||
|
Reference in New Issue
Block a user