summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-22 12:31:35 -0400
committerPaul Smith <psmith@gnu.org>2013-09-22 17:10:35 -0400
commitc3524b83b9bfb7e943f9b91b0d624129a78e5963 (patch)
tree3819a5ed9b0d36f7a586ebe0011a6584832d1aba /ChangeLog
parent0296e40fc73d88b33e78899f95ef7b6c1a957d06 (diff)
downloadgunmake-c3524b83b9bfb7e943f9b91b0d624129a78e5963.tar.gz
Use explicit cast between void* and pointer-to-function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b0fcb5..816a2ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-09-22 Paul Smith <psmith@gnu.org>
+ * guile.c (guile_define_module): Technically a void* cannot
+ contain a pointer-to-function and some compilers warn about this.
+ Cast the function pointers.
+ * load.c (load_object): Ditto.
+
* read.c (eval): If load_file() returns -1, don't add this to the
"to be rebuilt" list.
* doc/make.texi (load Directive): Document it.