diff options
author | Ihor Antonov <ngortheone@users.noreply.github.com> | 2019-08-05 18:53:54 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-06 00:53:54 +0200 |
commit | b09e03c64d0f38a43b5ef068141bc86e365cd7fa (patch) | |
tree | 63478b3f935288ee44068ca17279a300bbddcf05 /src/nvim/api/buffer.c | |
parent | 7086751c5e4eb3cfee0b98df0d3cedc8bff47d35 (diff) | |
download | rneovim-b09e03c64d0f38a43b5ef068141bc86e365cd7fa.tar.gz rneovim-b09e03c64d0f38a43b5ef068141bc86e365cd7fa.tar.bz2 rneovim-b09e03c64d0f38a43b5ef068141bc86e365cd7fa.zip |
clang/"dead assignment": screen.c #10702
Suppress the warning.
mb_c and mb_l describe a char together, they are not independent variables. The
coupled assignments are good practice to avoid future confusion, even if the
current code doesn't use an assigned value.
Diffstat (limited to 'src/nvim/api/buffer.c')
0 files changed, 0 insertions, 0 deletions