Don't disable warnings about conversions.

This commit is contained in:
Joachim Bauch
2015-08-22 01:28:43 +02:00
parent 422f918c33
commit b4bf2f7c4a
-5
View File
@@ -24,11 +24,6 @@
*
*/
#ifndef __GNUC__
// disable warnings about pointer <-> DWORD conversions
#pragma warning( disable : 4311 4312 )
#endif
#include <windows.h>
#include <winnt.h>
#include <stddef.h>