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:
@@ -181,10 +181,12 @@ const wxTarField wxTarHeaderBlock::fields[] =
|
||||
|
||||
void wxTarHeaderBlock::check()
|
||||
{
|
||||
#if 0
|
||||
wxCOMPILE_TIME_ASSERT(
|
||||
WXSIZEOF(fields) == TAR_NUMFIELDS + 1,
|
||||
Wrong_number_of_elements_in_fields_table
|
||||
);
|
||||
#endif
|
||||
}
|
||||
|
||||
bool wxTarHeaderBlock::IsAllZeros() const
|
||||
|
Reference in New Issue
Block a user