From 1cc42ce32230d5f3e66392926176b0ebc90cbedb Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Fri, 27 Oct 2006 15:02:22 +0000 Subject: [PATCH] Comment out compile time check. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/tarstrm.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2