Bugzilla – Bug 152206
tgif-4.1.44-6: 3 * too few arguments in function call
Last modified: 2006-02-24 10:19:44 UTC
I just tried to compile package tgif-4.1.44-6 with the Intel C compiler. It said 1. convxim.c(316): warning #165: too few arguments in function call The source code is XIMClose(); but static void XIMClose(win) Window win; { This is a known bug in the GNU C compiler. Suggest upgrade prototype to full ISO C. static void XIMClose( Window win) { 2. exec.c(9033): warning #165: too few arguments in function call tgtwb5dl.c(942): warning #165: too few arguments in function call Duplicates.
Thank you for reporting the bug. I'll fix it.
I fixed the problematic code and submited the packages.