Changeset f43867f


Ignore:
Timestamp:
Sep 30, 2006, 4:03:36 AM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
53efdb3
Parents:
961c39c3
Message:

disable -Werror by default, rename gcc warning options to warnings and errorfail
disable -Werror by default, rename gcc warning options to warnings and errorfail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r961c39c3 rf43867f  
    4444
    4545dnl Enable full warnings (yes)
    46 AC_ARG_ENABLE(warnme,
    47   [  --enable-warnme[[=value]] compile with all -W [[default=yes]]],
     46AC_ARG_ENABLE(warnings,
     47  [  --enable-warnings[[=value]] compile with all gcc warnings [[default=yes]]],
    4848  with_warnme="no",
    4949  with_warnme="yes")
     
    6666fi
    6767
    68 AC_ARG_ENABLE(failonerror,
    69   [  --enable-fwarn[[=value]]  fail on compilation warnings [[default=yes]]],
    70   with_warnme="no",
    71   AUBIO_CFLAGS="$AUBIO_CFLAGS -Werror -Wmissing-prototypes -Wmissing-declarations -Wno-unused-parameter")
     68AC_ARG_ENABLE(errorfail,
     69  [  --enable-errorfail[[=value]]  fail on compilation warnings [[default=no]]],
     70  AUBIO_CFLAGS="$AUBIO_CFLAGS -Werror -Wmissing-prototypes -Wmissing-declarations -Wno-unused-parameter",
     71  with_warnme="no")
    7272
    7373dnl Check for libtool
Note: See TracChangeset for help on using the changeset viewer.