summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstwo <stwo>2011-01-06 06:00:12 (GMT)
committerstwo <stwo>2011-01-06 06:00:12 (GMT)
commitc8e51ca91b4fe838df18ab5522182c172c859083 (patch)
tree59cafb76fd418809d04173405bf3ef99eb38e5ae /ChangeLog
parent1c1a995dbe261d8d5616517b4f0ff8baa08ebd36 (diff)
downloadtk-c8e51ca91b4fe838df18ab5522182c172c859083.zip
tk-c8e51ca91b4fe838df18ab5522182c172c859083.tar.gz
tk-c8e51ca91b4fe838df18ab5522182c172c859083.tar.bz2
Cast some NULLs to (void *) in order to quash "missing sentinel in function call" compiler warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f1d297..549e3bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-06 Stuart Cassoff <stwo@users.sourceforge.net>
+
+ * generic/tkEvent.c: Cast some NULLs to (void *) in order to quash
+ * unix/tkUnixEvent.c: "missing sentinel in function call"
+ * unix/tkUnixKey.c: compiler warnings.
+ * unix/tkUnixRFont.c:
+
2010-12-17 Stuart Cassoff <stwo@users.sourceforge.net>
* unix/Makefile.in: [Bug 2446711]: Remove 'allpatch' target.