diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-01-09 21:01:34 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-01-09 21:02:02 +0100 |
commit | c137c2a4d68cb17802275739a40cf0ad7eda9bc8 (patch) | |
tree | 7bcd3c21273d15ae86de59f63f621e7df2a5e10a /nx-X11/programs/Xserver/fb/fbstipple.c | |
parent | 4953c651de3ae0298c87e4c09107bee7adebe8e4 (diff) | |
download | nx-libs-c137c2a4d68cb17802275739a40cf0ad7eda9bc8.tar.gz nx-libs-c137c2a4d68cb17802275739a40cf0ad7eda9bc8.tar.bz2 nx-libs-c137c2a4d68cb17802275739a40cf0ad7eda9bc8.zip |
Clipboard.c: fix shadowed variable
this was harmless but not nice nevertheless.
Clipboard.c: In function ‘nxagentConvertSelection’:
Clipboard.c:1850:9: warning: declaration of ‘i’ shadows a previous local [-Wshadow=compatible-local]
int i = nxagentFindCurrentSelectionIndex(selection);
^
Clipboard.c:1736:7: note: shadowed declaration is here
int i = nxagentFindCurrentSelectionIndex(selection);
^
Diffstat (limited to 'nx-X11/programs/Xserver/fb/fbstipple.c')
0 files changed, 0 insertions, 0 deletions