Make pedantic an option until it can actually pass.

This commit is contained in:
slamm%netscape.com 1999-02-12 01:53:54 +00:00
Родитель 95dd57f333
Коммит 2c6319c6a2
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -448,6 +448,12 @@ dnl AC_MSG_RESULT(no)
dnl fi
dnl CFLAGS=$_SAVE_CFLAGS
dnl Make pedantic a flag for now since the builds currently choke on it.
MOZ_ARG_ENABLE_BOOL(pedantic,
[ --enable-pedantic Issue all warnings demanded by strict ANSI C ],
WARNINGS_CFLAGS="${WARNINGS_CFLAGS} -pedantic")
# Mozilla specific options
# ========================================================
dnl The macros used for command line options