aboutsummaryrefslogtreecommitdiff
path: root/scummsys.h
diff options
context:
space:
mode:
authorLudvig Strigeus2001-10-09 18:35:02 +0000
committerLudvig Strigeus2001-10-09 18:35:02 +0000
commit3c2f425cc1296452e466da57ac38c17bba24ff8a (patch)
tree47ebc487dd08253521ef53900124a44a642ccd06 /scummsys.h
parent669dd77ee2621581ea2e11020d1cfc05f8752e59 (diff)
downloadscummvm-rg350-3c2f425cc1296452e466da57ac38c17bba24ff8a.tar.gz
scummvm-rg350-3c2f425cc1296452e466da57ac38c17bba24ff8a.tar.bz2
scummvm-rg350-3c2f425cc1296452e466da57ac38c17bba24ff8a.zip
fixed object parent bug
fixed some signed/unsigned comparisons svn-id: r3413
Diffstat (limited to 'scummsys.h')
-rw-r--r--scummsys.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/scummsys.h b/scummsys.h
index 7002994999..e1513f6372 100644
--- a/scummsys.h
+++ b/scummsys.h
@@ -17,11 +17,14 @@
*
* Change Log:
* $Log$
+ * Revision 1.3 2001/10/09 18:35:02 strigeus
+ * fixed object parent bug
+ * fixed some signed/unsigned comparisons
+ *
* Revision 1.2 2001/10/09 17:38:20 strigeus
* Autodetection of endianness.
*
* Revision 1.1.1.1 2001/10/09 14:30:14 strigeus
- *
* initial revision
*
*
@@ -29,6 +32,10 @@
#if defined(WIN32)
+#pragma warning (disable: 4244)
+#pragma warning (disable: 4101)
+
+
#define SCUMM_LITTLE_ENDIAN
#define FORCEINLINE __forceinline