• Ulrich Sibiller's avatar
    Display.c: fix shadowed/unused variable · a93e2507
    Ulrich Sibiller authored
    Display.c: In function ‘nxagentInitAndCheckVisuals’:
    Display.c:2273:10: warning: declaration of ‘matched’ shadows a previous local [-Wshadow=compatible-local]
         bool matched = false;
              ^~~~~~~
    Display.c:2258:8: note: shadowed declaration is here
       bool matched;
            ^~~~~~~
    Display.c:2258:8: warning: unused variable ‘matched’ [-Wunused-variable]
    a93e2507
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...