mirror of https://github.com/freetype/freetype
* builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag.
This commit is contained in:
parent
526b5d8c2a
commit
c7e1552c0f
|
@ -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…
Reference in New Issue