diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-01-09 21:13:02 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-01-09 21:13:02 +0100 |
commit | 7031219d94573bcf1ae4213cb62182a1002e0a7b (patch) | |
tree | 27a74520aa039a1fa7fca30fb5c1f40a3c4f332a /nx-X11/programs/Xserver/hw/nxagent/Clipboard.h | |
parent | c137c2a4d68cb17802275739a40cf0ad7eda9bc8 (diff) | |
download | nx-libs-7031219d94573bcf1ae4213cb62182a1002e0a7b.tar.gz nx-libs-7031219d94573bcf1ae4213cb62182a1002e0a7b.tar.bz2 nx-libs-7031219d94573bcf1ae4213cb62182a1002e0a7b.zip |
Events.c: fix two shadowed variables
Events.c: In function ‘nxagentDispatchEvents’:
Events.c:1241:21: warning: declaration of ‘pScreen’ shadows a previous local [-Wshadow=compatible-local]
ScreenPtr pScreen = nxagentScreen(X.xbutton.window);
^~~~~~~
Events.c:827:13: note: shadowed declaration is here
ScreenPtr pScreen = NULL;
^~~~~~~
Events.c:1383:19: warning: declaration of ‘pScreen’ shadows a previous local [-Wshadow=compatible-local]
ScreenPtr pScreen = nxagentScreen(X.xmotion.window);
^~~~~~~
Events.c:827:13: note: shadowed declaration is here
ScreenPtr pScreen = NULL;
^~~~~~~
Events.c: In function ‘nxagentDispatchEvents’:
Events.c:1383:19: warning: declaration of ‘pScreen’ shadows a previous local [-Wshadow=compatible-local]
ScreenPtr pScreen = nxagentScreen(X.xmotion.window);
^~~~~~~
Events.c:827:13: note: shadowed declaration is here
ScreenPtr pScreen = NULL;
^~~~~~~
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Clipboard.h')
0 files changed, 0 insertions, 0 deletions