| Summary: | libisds-0.10.2-2.fc24 FTBFS: warning about indentation | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
| Component: | libisds | Assignee: | Petr Pisar <ppisar> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | ppisar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://koji.fedoraproject.org/koji/taskinfo?taskID=12830881 | ||
| Whiteboard: | |||
| Fixed In Version: | libisds-0.10.2-3.fc24 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-09 07:59:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
libisds-0.10.2-2.fc24 fails to build in F24: http.c: In function 'base64_encode_blockend': http.c:138:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation] return codechar - code_out; ^~~~~~ http.c:135:5: note: ...this 'if' clause, but it is not if (state_in->stepcount >= 0) ^~ This is caused by GCC 6 that introduces a new warning class.