IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14412


Ignore:
Timestamp:
Aug 6, 2007, 11:10:12 AM (19 years ago)
Author:
jhoblitt
Message:

bug #897 remove -Werror from CFLAGS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/configure_ac.tt

    r14186 r14412  
    3535dnl is this the best was to setup recursive CFLAGS?
    3636IPP_STDOPTS
    37 [% pkg_name %]_CFLAGS="-Wall -Werror -pedantic -fno-strict-aliasing"
     37dnl -Werror causes problems on OSX as inttypes.h uses some non standard C types
     38[% pkg_name %]_CFLAGS="-Wall -pedantic -fno-strict-aliasing"
    3839AC_SUBST([[% pkg_name %]_CFLAGS])
    3940
Note: See TracChangeset for help on using the changeset viewer.