• 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
Clipboard.c 76.9 KB