mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
fix(get_showbreak_value): remove FUNC_ATTR_UNUSED
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user