Changeset 73883af
- Timestamp:
- Jun 3, 2006, 5:51:32 PM (18 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r98893c5 r73883af 42 42 if test "$with_warnme" = "yes" 43 43 then 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" 46 45 fi 47 46 … … 74 73 LDFLAGS="$LDFLAGS -lmx" 75 74 dnl as long double doesn't sit well with -Wall -Werror 76 CFLAGS="$C LFAGS -Wno-long-double"75 CFLAGS="$CFLAGS -Wno-long-double" 77 76 AC_ISC_POSIX 78 77 ;;
Note: See TracChangeset
for help on using the changeset viewer.