(svn r16983) -Change: work around a bogus GCC 4.4+ warning that can't be disabled

This commit is contained in:
rubidium
2009-07-29 20:24:48 +00:00
parent 0930c3c098
commit 3a6c0a9f22
2 changed files with 10 additions and 2 deletions

View File

@@ -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}};