mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Fix MinGW warnings
This commit is contained in:
@@ -11,12 +11,15 @@
|
||||
#include <QMutex>
|
||||
#include <QStringBuilder>
|
||||
#include <array>
|
||||
#if defined(Q_OS_WIN32)
|
||||
#if defined(Q_CC_MSVC)
|
||||
# include <windows.h>
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable:4091)
|
||||
# include <dbghelp.h>
|
||||
# pragma warning(pop)
|
||||
#elif defined(Q_OS_WIN) && defined (Q_CC_GNU)
|
||||
# include <windows.h>
|
||||
# include <dbghelp.h>
|
||||
#elif defined(Q_CC_GNU)
|
||||
# include <execinfo.h>
|
||||
# include <cxxabi.h>
|
||||
|
||||
Reference in New Issue
Block a user