ref: c7e1552c0f97169ea28147f5d45f459ca0e832eb
parent: 526b5d8c2a6c25213b585fb19b51abb1a3038fc8
author: Werner Lemberg <[email protected]>
date: Sun Apr 22 05:49:49 EDT 2001
* builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-22 Werner Lemberg <[email protected]>
+
+ * builds/compiler/gcc-dev.mk: Add `-Wno-long-long' flag.
+
2001-04-20 David Turner <[email protected]>
* ftconfig.h, ftoption.h: Updated "ftconfig.h" to detect 64-bit int
--- a/builds/compiler/gcc-dev.mk
+++ b/builds/compiler/gcc-dev.mk
@@ -70,7 +70,8 @@
-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.