Changeset 73883af


Ignore:
Timestamp:
Jun 3, 2006, 5:51:32 PM (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:
c9b33bb
Parents:
98893c5
Message:

use -Wextra but unused parameters, fix macos CFLAGS
use -Wextra but unused parameters, fix macos CFLAGS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r98893c5 r73883af  
    4242if test "$with_warnme" = "yes"
    4343then
    44   ALL_CWARNINGS="-Wall -Werror -Wmissing-prototypes -Wmissing-declarations -Wno-char-subscripts -Wno-unknown-pragmas"
    45   CFLAGS="$CFLAGS $ALL_CWARNINGS"
     44  CFLAGS="$CFLAGS -Wall -Wextra -Werror -Wmissing-prototypes -Wmissing-declarations -Wno-unused-parameter"
    4645fi
    4746
     
    7473  LDFLAGS="$LDFLAGS -lmx"
    7574  dnl as long double doesn't sit well with -Wall -Werror
    76   CFLAGS="$CLFAGS -Wno-long-double"
     75  CFLAGS="$CFLAGS -Wno-long-double"
    7776  AC_ISC_POSIX
    7877  ;;
Note: See TracChangeset for help on using the changeset viewer.