|
Bugzilla – Full Text Bug Listing |
| Summary: | loki_setup-1.6.1_20041219-6: dodgy looking code | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Ludwig Nussel <lnussel> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Feel free to send a patch upstream :-) Closing as invalid due to lack of clarity, activity and follow up from reporter. |
I just tried to compile package loki_setup-1.6.1_20041219-6 with a prerelease of version 4.1 of the GNU C compiler. It said gtk_ui.c:1025: warning: comparisons like X<=Y<=Z do not have their mathematical meaning The source code is if (i > sizeof(install_paths) > sizeof(install_paths[0])) { Suggest code rework.