From: Ben Pfaff Date: Sun, 31 Jul 2005 05:53:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v0.4.0~15 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601e6fe2291bb65c3fc2183723a28445b67d80c6;p=pspp-builds.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index acf99902..4ea2679c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -39,11 +39,11 @@ Sat Jul 30 22:34:18 2005 Ben Pfaff Sat Jul 30 22:01:32 2005 Ben Pfaff * Make.build: Don't append -ansi to AM_CFLAGS for GCC. Using - -ansi changes the behavior of header files significantly. - It causes __STRICT_ANSI__ to be defined, and some headers - interpret that as cause to e.g. not use `long long' or - __attribute__. The former example is bad when off_t is supposed - to be `long long'. + -ansi changes the behavior of header files significantly. It + causes __STRICT_ANSI__ to be defined, and some headers interpret + that as cause to e.g. not use `long long' or __attribute__. The + former example is bad when off_t is supposed to be `long long', + and the latter prevents -Wformat from working. Sun Jul 24 20:26:59 2005 Ben Pfaff