1
1
This commit was SVN r968.
Этот коммит содержится в:
Brian Barrett 2004-03-26 04:59:55 +00:00
родитель 0580c57088
Коммит 079affe31d

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

@ -42,7 +42,7 @@ LAM_CFLAGS_BEFORE_PICKY="$CFLAGS"
if test "$GCC" = "yes" -a "$WANT_PICKY_COMPILER" = 1; then
add="-Wall -Wundef -Wno-long-long"
add="$add -Wmissing-prototypes -Wstrict-prototypes"
add="$add -Wcomment -pedantic"
add="$add -Wcomment -pedantic -ansi"
# see if -Wno-long-double works...
CFLAGS_orig="$CFLAGS"