Commit 44970ddf authored by Alexander Alekhin's avatar Alexander Alekhin

eliminate MINGW pragma warning

parent 05b9c991
......@@ -982,7 +982,9 @@ public:
};
#ifdef WIN32
#ifdef _MSC_VER
#pragma warning(disable:4505) // unreferenced local function has been removed
#endif
#ifdef HAVE_WINRT
// using C++11 thread attribute for local thread data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment