summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2007-05-07 19:28:22 (GMT)
committerjenglish <jenglish@flightlab.com>2007-05-07 19:28:22 (GMT)
commitff2622f3a5e6a322a42b0841a92572fa12d97864 (patch)
treee0c510a4bde9b2b60d4f230c4390e14016ce0f03 /ChangeLog
parent2e593c0a4e991fbecea3a60871901357adb47fb6 (diff)
downloadtk-ff2622f3a5e6a322a42b0841a92572fa12d97864.zip
tk-ff2622f3a5e6a322a42b0841a92572fa12d97864.tar.gz
tk-ff2622f3a5e6a322a42b0841a92572fa12d97864.tar.bz2
Properly cast sentinel arguments to variadic function
(fixes "warning: missing sentinel in function call", [Bug 1712001])
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5a3c02..f1b6514 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-07 Joe English <jenglish@users.sourceforge.net>
+
+ * unix/tkUnixRFont.c: Properly cast sentinel arguments
+ to variadic function (fixes "warning: missing
+ sentinel in function call", [Bug 1712001])
+
2007-05-04 Pat Thoyts <patthoyts@users.sourceforge.net>
* generic/tkFont.c: TIP #145 implementation -