summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-04-26 13:49:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-04-26 13:49:12 (GMT)
commit4138af452c3949c861b66d47a0f123966698f74d (patch)
tree5b7dd3a9406d3760c0de95f32c6f289629d38443 /ChangeLog
parent029c446654c56522b070653cc19103d11fc57c2a (diff)
downloadtcl-4138af452c3949c861b66d47a0f123966698f74d.zip
tcl-4138af452c3949c861b66d47a0f123966698f74d.tar.gz
tcl-4138af452c3949c861b66d47a0f123966698f74d.tar.bz2
* unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Added an explicit cast
because auto-casting between function and non-function types is never naturally warning-free.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b457b6..67ec5bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-04-26 Donal K. Fellows <dkf@users.sf.net>
+ * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Added an explicit cast
+ because auto-casting between function and non-function types is never
+ naturally warning-free.
+
* generic/tclStubInit.c: Add a small amount of gcc-isms (with #ifdef
* generic/tclOOStubInit.c: guards) to ensure that warnings are issued
when these files are older than the various *.decls files.