summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstwo <stwo>2012-08-09 16:40:41 (GMT)
committerstwo <stwo>2012-08-09 16:40:41 (GMT)
commit60370012590a96ccb9b812f8688a0f8822c9883b (patch)
tree5347ed6db43d87e11078a4b2a93649e2a15fa016 /ChangeLog
parent6a53e1bcab0c83c50e6a686c0ac485687ff29b8f (diff)
downloadtk-60370012590a96ccb9b812f8688a0f8822c9883b.zip
tk-60370012590a96ccb9b812f8688a0f8822c9883b.tar.gz
tk-60370012590a96ccb9b812f8688a0f8822c9883b.tar.bz2
Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warnings were false flags from a faulty OpenBSD C compiler.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d356eee..54e9c74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-08-09 Stuart Cassoff <stwo@users.sourceforge.net>
+
+ * generic/tkEvent.c: Remove useless (void *) casts
+ * unix/tkUnixEvent.c: introduced in checkin [b7a58eae61].
+ * unix/tkUnixKey.c: The warnings were false flags from a
+ * unix/tkUnixRFont.c: faulty OpenBSD C compiler.
+
2012-08-03 Francois Vogel <fvogelnew1@free.fr>
* tests/bind.test: [Bug 3554081]: Test bind-22.10 failed