]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/tarstrm.cpp
[ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtrl kb navigation
[wxWidgets.git] / src / common / tarstrm.cpp
index 513ea001878cf87a92f083fc12f467a689633be2..a677a8a0db6d24302f7f46517bc25968ffc242b8 100644 (file)
@@ -19,7 +19,6 @@
 #include "wx/tarstrm.h"
 
 #ifndef WX_PRECOMP
-    #include "wx/hashmap.h"
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"
@@ -182,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