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

This commit is contained in:
Werner Lemberg 2001-04-22 09:49:49 +00:00
parent 526b5d8c2a
commit c7e1552c0f
2 changed files with 6 additions and 1 deletions

View File

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

View File

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