summaryrefslogtreecommitdiff
path: root/src/glut/beos/glutstroke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut/beos/glutstroke.h')
-rw-r--r--src/glut/beos/glutstroke.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/glut/beos/glutstroke.h b/src/glut/beos/glutstroke.h
index 4712ebbde9..cbc9e156fe 100644
--- a/src/glut/beos/glutstroke.h
+++ b/src/glut/beos/glutstroke.h
@@ -7,8 +7,9 @@
and is provided without guarantee or warrantee expressed or
implied. This program is -not- in the public domain. */
-#if defined(WIN32)
-#pragma warning (disable:4244)
+#if defined(_WIN32)
+#pragma warning (disable:4244) /* disable bogus conversion warnings */
+#pragma warning (disable:4305) /* VC++ 5.0 version of above warning. */
#endif
typedef struct {