Commit e2387835 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Cleanup - removed warning suppression - no longer needed.

parent 53476abc
...@@ -63,9 +63,6 @@ typedef OVERLAPPED_ENTRY native_event; ...@@ -63,9 +63,6 @@ typedef OVERLAPPED_ENTRY native_event;
#error threadpool is not available on this platform #error threadpool is not available on this platform
#endif #endif
#ifdef _MSC_VER
#pragma warning (disable : 4312)
#endif
static void io_poll_close(TP_file_handle fd) static void io_poll_close(TP_file_handle fd)
{ {
......
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