diff options
author | jenglish <jenglish@flightlab.com> | 2007-05-07 19:28:22 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-05-07 19:28:22 (GMT) |
commit | ff2622f3a5e6a322a42b0841a92572fa12d97864 (patch) | |
tree | e0c510a4bde9b2b60d4f230c4390e14016ce0f03 /ChangeLog | |
parent | 2e593c0a4e991fbecea3a60871901357adb47fb6 (diff) | |
download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 - |