Project

General

Profile

Actions

Bug #8190

closed

in.talkd: misleading-indentation

Added by Toomas Soome over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
cmd - userland programs
Start date:
2017-05-10
Due date:
% Done:

100%

Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:

Description

Build with gcc 6:

table.c:250:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
   if (debug)
   ^~
table.c:252:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    ptr = ptr->next;
    ^~~
cc1: all warnings being treated as errors
Actions

Also available in: Atom PDF