aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
Diffstat (limited to 'sky')
-rw-r--r--sky/compact.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/sky/compact.cpp b/sky/compact.cpp
index b50005813e..981e722d02 100644
--- a/sky/compact.cpp
+++ b/sky/compact.cpp
@@ -20,15 +20,7 @@
*/
#include "stdafx.h"
-#ifdef _MSC_VER
-// disable warning "truncation of constant value". Some signed
-// fields of the structs are saved as unsigned in the .h files
-#pragma warning(disable : 4305)
-#pragma warning(disable : 4309)
-#endif
-
#include "sky/compact.h"
-
#include "sky/compacts/0compact.h"
#include "sky/compacts/1compact.h"
#include "sky/compacts/29comp.h"
@@ -44,11 +36,6 @@
#include "sky/compacts/lincmenu.h"
#include "sky/compacts/z_compac.h"
-#ifdef _MSC_VER
-#pragma warning(default : 4305)
-#pragma warning(default : 4309)
-#endif
-
#define COMPACT_SIZE (sizeof(compactOffsets)/sizeof(uint32))
#define EXTCOMPACT_SIZE (sizeof(extCompactOffsets)/sizeof(uint32))
#define MEGASET_SIZE (sizeof(megaSetOffsets)/sizeof(uint32))