summaryrefslogtreecommitdiff
path: root/src/misc/dbg_helpers.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-29 20:24:48 +0000
committerrubidium <rubidium@openttd.org>2009-07-29 20:24:48 +0000
commit3a6c0a9f220598a546f19bfed2b5b00483f747a9 (patch)
treee61b06f75d1c2aadde51fc0ebc53b56ab4cd5462 /src/misc/dbg_helpers.cpp
parent0930c3c0982ae511c40acfb943d042d456992288 (diff)
downloadopenttd-3a6c0a9f220598a546f19bfed2b5b00483f747a9.tar.xz
(svn r16983) -Change: work around a bogus GCC 4.4+ warning that can't be disabled
Diffstat (limited to 'src/misc/dbg_helpers.cpp')
-rw-r--r--src/misc/dbg_helpers.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc/dbg_helpers.cpp b/src/misc/dbg_helpers.cpp
index 1eebfdf45..e23454acf 100644
--- a/src/misc/dbg_helpers.cpp
+++ b/src/misc/dbg_helpers.cpp
@@ -167,3 +167,5 @@ void DumpTarget::EndStruct()
m_cur_struct.pop();
}
+/** Just to silence an unsilencable GCC 4.4+ warning */
+/* static */ const CBlobBaseSimple::CHdr CBlobBaseSimple::hdrEmpty[] = {{0, 0}, {0, 0}};