eliminate MINGW pragma warning
This commit is contained in:
parent
05b9c991dd
commit
44970ddf56
@ -982,7 +982,9 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
#ifdef _MSC_VER
|
||||||
#pragma warning(disable:4505) // unreferenced local function has been removed
|
#pragma warning(disable:4505) // unreferenced local function has been removed
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_WINRT
|
#ifdef HAVE_WINRT
|
||||||
// using C++11 thread attribute for local thread data
|
// using C++11 thread attribute for local thread data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user