IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2012, 1:23:39 PM (14 years ago)
Author:
eugene
Message:

comment out -Wall -Werror in configure.ac; this is not supplied by ipp_stdopts.m4, with option to remove Werror (debug-build)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/ppStats/configure.ac

    r23802 r34002  
    2121
    2222IPP_STDOPTS
    23 CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
     23dnl CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
     24dnl the above should no longer be needed (provided by stdopts)
     25dnl not clear why the below is needed
     26CFLAGS="${CFLAGS=} -std=c99"
    2427
    2528IPP_VERSION
Note: See TracChangeset for help on using the changeset viewer.