Changes between Initial Version and Version 2 of Ticket #6535


Ignore:
Timestamp:
Jun 2, 2016, 2:52:40 PM (8 years ago)
Author:
Kurt Schwehr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6535

    • Property Status newassigned
  • Ticket #6535 – Description

    initial v2  
    1010 double HDF4Dataset::AnyTypeToDouble( int32 iNumType, void *pData )
    1111 {
    12 +    CPL_STATIC_ASSERT(sizeof(char) == 1);
    1312+    CPL_STATIC_ASSERT(sizeof(GIntBig) == 8);
    1413     switch ( iNumType )