From: Michael Wetherell Date: Fri, 27 Oct 2006 15:02:22 +0000 (+0000) Subject: Comment out compile time check. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1cc42ce32230d5f3e66392926176b0ebc90cbedb?ds=inline Comment out compile time check. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/tarstrm.cpp b/src/common/tarstrm.cpp index c7c61dba70..a677a8a0db 100644 --- a/src/common/tarstrm.cpp +++ b/src/common/tarstrm.cpp @@ -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