Bug 110773
| Summary: | bad source code | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | d.binderman |
| Component: | MagicPoint | Assignee: | Akira TAGOH <tagoh> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.10a-5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-11-28 09:59:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Fixed in 1.10a-5. |
From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Description of problem: Hello there, I just tried to compile package MagicPoint-1_10a-4, from Fedora, with compiler flag -Wall. The compiler said gif.c:106: warning: too few arguments for format The source code is fprintf(stderr, "Image %d is not confined to screen dimension, aborted.\n"); The compiler also said pbm.c:363: warning: operation on `destptr' may be undefined The source code is *(destptr++) = PM_SCALE(*destptr, maxval, 0xff); I seem to remember reporting these bugs in Redhat 8.0, but they don't seem to be fixed yet. Version-Release number of selected component (if applicable): MagicPoint-1_10a-4 How reproducible: Always Steps to Reproduce: 1. by inspection 2. 3. Additional info: