IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13377


Ignore:
Timestamp:
May 14, 2007, 1:57:13 PM (19 years ago)
Author:
Paul Price
Message:

Removing -pedantic so it will compile on OSX. The problem there is
that inttypes.h sets PRId64 to "qd", but the 'q' is deprecated, which
is a warning with -pedantic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/configure.ac

    r12535 r13377  
    3535dnl is this the best was to setup recursive CFLAGS?
    3636IPP_STDOPTS
    37 ippdb_CFLAGS="-Wall -Werror -pedantic -std=c99 -fno-strict-aliasing"
     37ippdb_CFLAGS="-Wall -Werror -std=c99 -fno-strict-aliasing"
    3838AC_SUBST([ippdb_CFLAGS])
    3939
Note: See TracChangeset for help on using the changeset viewer.