]> git.saurik.com Git - wxWidgets.git/commitdiff
Comment out compile time check.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 27 Oct 2006 15:02:22 +0000 (15:02 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 27 Oct 2006 15:02:22 +0000 (15:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/tarstrm.cpp

index c7c61dba70f134f936ba907028696609a9dd8b3f..a677a8a0db6d24302f7f46517bc25968ffc242b8 100644 (file)
@@ -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