IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2016, 8:31:22 PM (10 years ago)
Author:
eugene
Message:

working on very pedantic gcc to track down memory corruption issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/libfits/table/F_write_TH.c

    r38553 r39409  
    2727    myAssert (myBlock->startblock == OHANA_MEMMAGIC, "bad memory");
    2828    myAssert (myBlock->endblock == OHANA_MEMMAGIC, "bad memory");
    29     myAssert (myBlock->size >= header[0].datasize, "overflow");
     29    myAssert (myBlock->size >= (size_t) header[0].datasize, "overflow");
    3030  }
    3131# endif
Note: See TracChangeset for help on using the changeset viewer.