IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 1:52:54 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API:

add noreturn attribute
remove unneeded 'name' params
turn into a macro so file/line/func are automatiically passed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tst_psImageStats.c

    r7612 r11686  
    755755        if ( myStats != tmpStats ) {
    756756            fprintf(stderr,"ERROR: input psStats not equal to return psStats\n");
    757             psAbort(__func__,"Failed input psStats equal to returned psStats");
     757            psAbort("Failed input psStats equal to returned psStats");
    758758        }
    759759        fprintf(stderr, "The sample mean was %.2f\n", myStats->sampleMean );
Note: See TracChangeset for help on using the changeset viewer.