IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34089 for trunk/ppNorm


Ignore:
Timestamp:
Jun 26, 2012, 11:47:13 AM (14 years ago)
Author:
eugene
Message:

changes to support pedantic gcc warnings; add configure option for debug-build and no-as-needed

Location:
trunk/ppNorm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppNorm/configure.ac

    r19585 r34089  
    88AM_MAINTAINER_MODE
    99
    10 IPP_STDCFLAGS
     10IPP_STDLDFLAGS
    1111
    1212AC_LANG(C)
     
    2121
    2222IPP_STDOPTS
    23 CFLAGS="${CFLAGS=} -Wall -Werror"
     23IPP_STDCFLAGS
    2424
    2525AC_CONFIG_FILES([
  • trunk/ppNorm/src/ppNormCalc.c

    r18071 r34089  
    8686        psMetadataItem *compsItem;      // Item from iteration
    8787        while ((compsItem = psMetadataGetAndIncrement(compsIter))) {
    88             if (compsItem->type != PS_TYPE_F32) {
     88            if (compsItem->type != PS_DATA_F32) {
    8989                psLogMsg("ppNormCalc", PS_LOG_WARN,
    9090                         "Component %s within exposure %s is not of type F32 --- ignored.\n",
Note: See TracChangeset for help on using the changeset viewer.