|
Bugzilla – Full Text Bug Listing |
| Summary: | ted-2.17-2: dodgy code | ||
|---|---|---|---|
| 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: | 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: | --- |
I'm working on it. Code reworked. |
Hello there, I just tried to compile package ted-2.17-2 with the GNU C compiler. It said appTree.c:359: warning: comparisons like X<=Y<=Z do not have their mathematical meaning The source code is if ( ( ! tn->tnParent || tn->tnIsOpen ) && tn->tnChildCount > 0 > 0 ) Suggest code rework. Regards David Binderman