From dd31387aa4f474eaeec1266efe24aba36bca73ca Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 27 Sep 2006 01:49:29 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index c5401a3cb..6c6563bd4 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -3,6 +3,10 @@ * numbers.c (scm_log10): Check HAVE_CLOG10, clog10() is not available in mingw. + * posix.c (scm_execl, scm_execlp, scm_execle): Cast "const char * + const *" for mingw to suppress warnings from gcc (which are errors + under the configure default -Werror). Reported by Nils Durner. + 2006-09-26 Kevin Ryde * _scm.h (scm_to_off64_t, scm_from_off64_t): New macros.