diff options
author | stwo <stwo> | 2011-01-06 06:00:12 (GMT) |
---|---|---|
committer | stwo <stwo> | 2011-01-06 06:00:12 (GMT) |
commit | c8e51ca91b4fe838df18ab5522182c172c859083 (patch) | |
tree | 59cafb76fd418809d04173405bf3ef99eb38e5ae /ChangeLog | |
parent | 1c1a995dbe261d8d5616517b4f0ff8baa08ebd36 (diff) | |
download | tk-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |