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/header/F_write_H.c

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