|
Bugzilla – Full Text Bug Listing |
| Summary: | tgif-4.1.44-6: 3 * too few arguments in function call | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Ladislav Michnovic <lmichnovic> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Linux 10.1 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Thank you for reporting the bug. I'll fix it. I fixed the problematic code and submited the packages. |
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.