* builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag.

VER-2-0-4-PATCH
Werner Lemberg 24 years ago
parent 595309468c
commit 9802a977c0
  1. 4
      ChangeLog
  2. 3
      builds/compiler/gcc-dev.mk

@ -1,3 +1,7 @@
2001-04-22 Werner Lemberg <wl@gnu.org>
* builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag.
2001-04-20 David Turner <david@freetype.org>
* ftconfig.h, ftoption.h: Updated "ftconfig.h" to detect 64-bit int

@ -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.

Loading…
Cancel
Save