Skip to content

Commit b4bf2f7

Browse files
committed
Don't disable warnings about conversions.
1 parent 422f918 commit b4bf2f7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

MemoryModule.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
*
2525
*/
2626

27-
#ifndef __GNUC__
28-
// disable warnings about pointer <-> DWORD conversions
29-
#pragma warning( disable : 4311 4312 )
30-
#endif
31-
3227
#include <windows.h>
3328
#include <winnt.h>
3429
#include <stddef.h>

0 commit comments

Comments
 (0)