• Ulrich Sibiller's avatar
    Clipboard.c: fix shadowed variable · c137c2a4
    Ulrich Sibiller authored
    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);
           ^
    c137c2a4
Name
Last commit
Last update
..
config Loading commit data...
extras Loading commit data...
include Loading commit data...
lib Loading commit data...
programs Loading commit data...
.gitignore Loading commit data...
Imakefile Loading commit data...
Makefile Loading commit data...
x-indent-all.sh Loading commit data...
x-indent.sh Loading commit data...