summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstwo <stwo>2012-08-09 16:38:57 (GMT)
committerstwo <stwo>2012-08-09 16:38:57 (GMT)
commit4170dadb2c17a28bfbe04fcdba16d8e1038616df (patch)
tree897cee1f2335a38956040c0406b8177b81ac4c70 /ChangeLog
parentb33639f20e412831ed8724517ba70b2cdab6be57 (diff)
downloadtk-4170dadb2c17a28bfbe04fcdba16d8e1038616df.zip
tk-4170dadb2c17a28bfbe04fcdba16d8e1038616df.tar.gz
tk-4170dadb2c17a28bfbe04fcdba16d8e1038616df.tar.bz2
Remove useless (void *) casts introduced in checkin [81e50c85ed]. 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 0a98897..7d331d6 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 [81e50c85ed].
+ * unix/tkUnixKey.c: The warnings were false flags from a
+ * unix/tkUnixRFont.c: faulty OpenBSD C compiler.
+
2012-07-31 Donal K. Fellows <dkf@users.sf.net>
* unix/tkUnixKey.c (TkpSetKeycodeAndState, TkpInitKeymapInfo)