Bug 1305760 - libisds-0.10.2-2.fc24 FTBFS: warning about indentation
Summary: libisds-0.10.2-2.fc24 FTBFS: warning about indentation
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libisds
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL: https://koji.fedoraproject.org/koji/t...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-09 07:36 UTC by Petr Pisar
Modified: 2016-02-09 07:59 UTC (History)
1 user (show)

Fixed In Version: libisds-0.10.2-3.fc24
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-09 07:59:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2016-02-09 07:36:03 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.