diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-11-16 23:40:28 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-11-17 23:13:58 +0100 |
commit | f29ded4b67ca5d750863ba24d16456ed8f730d0a (patch) | |
tree | efa4a7794f98c8d8f57ddf91210f5af69b090743 /lib/strftime.c | |
parent | e614d37577b63766613dac95d76e9f7826b528d9 (diff) |
Use Gnulib's `warning' module.
* m4/gnulib-cache.m4: Add `warnings'.
* configure.ac: Use `gl_WARN_ADD' to check whether compiler flags are
supported.
* libguile/Makefile.am (libguile_la_LIBADD): Add $(LTLIBICONV).
(libguile_la_LDFLAGS): Add $(INET_NTOP_LIB) $(INET_PTON_LIB).
Diffstat (limited to 'lib/strftime.c')
-rw-r--r-- | lib/strftime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strftime.c b/lib/strftime.c index 8e7f445c0..ffccfd83c 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -27,11 +27,11 @@ #else # include <config.h> # if FPRINTFTIME +# include "ignore-value.h" # include "fprintftime.h" # else # include "strftime.h" # endif -# include "ignore-value.h" #endif #include <ctype.h> |