summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-12-09 20:20:52 +0000
committerglx <glx@openttd.org>2007-12-09 20:20:52 +0000
commit8bd26725d355b4b4aa0e31b4768497cad8e30b88 (patch)
tree0c9522cdd48d799eff01dbda6911aca6721e9de3 /src
parenta5106061442c778416d31b5f00cc73895b633016 (diff)
downloadopenttd-8bd26725d355b4b4aa0e31b4768497cad8e30b88.tar.xz
(svn r11610) -Cleanup (r8572): remove orphan comment
Diffstat (limited to 'src')
-rw-r--r--src/stdafx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 34fc57ee8..a9cd8feb5 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -207,7 +207,6 @@
#define strcasecmp stricmp
#define strncasecmp strnicmp
#endif
-/* suppress: warning C4005: 'offsetof' : macro redefinition (VC8) */
#endif /* defined(_MSC_VER) */
#if defined(WINCE)