Comment out compile time check.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-10-27 15:02:22 +00:00
parent a26b7ab24d
commit 1cc42ce322

View File

@@ -181,10 +181,12 @@ const wxTarField wxTarHeaderBlock::fields[] =
void wxTarHeaderBlock::check() void wxTarHeaderBlock::check()
{ {
#if 0
wxCOMPILE_TIME_ASSERT( wxCOMPILE_TIME_ASSERT(
WXSIZEOF(fields) == TAR_NUMFIELDS + 1, WXSIZEOF(fields) == TAR_NUMFIELDS + 1,
Wrong_number_of_elements_in_fields_table Wrong_number_of_elements_in_fields_table
); );
#endif
} }
bool wxTarHeaderBlock::IsAllZeros() const bool wxTarHeaderBlock::IsAllZeros() const