You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
widgets/wt_list.c: In function ‘fix_offset_pos’:
widgets/wt_list.c:76:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
76 | if (stfl_widget_getkv_int(c, L"can_focus", 1) &&
| ^~
widgets/wt_list.c:79:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
79 | latest_widget = c;
| ^~~~~~~~~~~~~
I don't think it has any effect on Newsboat because we don't use any hidden or non-focusable lines in the listviews.
However, I will create a PR to fix this.
On 127c0b2, with GCC 10.2.1 when running
make
:Looks like a mistake in 0cc16e7?
cc @dennisschagt
The text was updated successfully, but these errors were encountered: