fix(get_showbreak_value): remove FUNC_ATTR_UNUSED

This commit is contained in:
Sean Dewar
2021-09-11 15:28:24 +01:00
parent 26733dd488
commit 7175efb518

View File

@@ -7486,7 +7486,7 @@ unsigned int get_bkc_value(buf_T *buf)
/// ///
/// @param win If not NULL, the window to get the local option from; global /// @param win If not NULL, the window to get the local option from; global
/// otherwise. /// otherwise.
char_u *get_showbreak_value(win_T *const win FUNC_ATTR_UNUSED) char_u *get_showbreak_value(win_T *const win)
FUNC_ATTR_WARN_UNUSED_RESULT FUNC_ATTR_WARN_UNUSED_RESULT
{ {
if (win->w_p_sbr == NULL || *win->w_p_sbr == NUL) { if (win->w_p_sbr == NULL || *win->w_p_sbr == NUL) {