diff --git a/ChangeLog b/ChangeLog index 83137f6de..c7c5e3887 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-22 Werner Lemberg + + * builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag. + 2001-04-20 David Turner * ftconfig.h, ftoption.h: Updated "ftconfig.h" to detect 64-bit int diff --git a/builds/compiler/gcc-dev.mk b/builds/compiler/gcc-dev.mk index 62df898c3..76d0ba0b5 100644 --- a/builds/compiler/gcc-dev.mk +++ b/builds/compiler/gcc-dev.mk @@ -70,7 +70,8 @@ ifndef CFLAGS -Wwrite-strings \ -Wstrict-prototypes \ -Wredundant-decls \ - -Wnested-externs + -Wnested-externs \ + -Wno-long-long endif # ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.