Bug 158393
| Summary: | printf problem | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Binderman <dcb314> |
| Component: | amanda | Assignee: | Jay Fenlason <fenlason> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | jfeeney |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-09-18 16:03:33 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: | |||
*** Bug 167171 has been marked as a duplicate of this bug. *** |
Description of problem: I just tried to compile package amanda-2.4.5-2 from Redhat Fedora Core development tree with the most excellent Intel C compiler. The compiler said sendsize.c(559): warning #267: the format string requires additional arguments The source code is dbprintf(("%s: Can't use CALCSIZE for samba estimate: %s %s\n", est->amname, est->dirname)); Three %s specifiers, only two trailing parameters. Suggest code re work. The gcc compiler should also detect this fault, when compile flag -Wall is used. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: