1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-12 17:44:21 +01:00
Files
wmaker/src
Carlos R. Mafra 9baff1363c handleKeyPress: Fix shadowing of global 'index' variable
GCC warns:

event.c: In function 'handleDestroyNotify':
event.c:676: warning: declaration of 'index' shadows a global declaration
/usr/include/string.h:309: warning: shadowed declaration is here
event.c: In function 'handleKeyPress':
event.c:1435: warning: declaration of 'index' shadows a global declaration
/usr/include/string.h:309: warning: shadowed declaration is here

So let's rename "index" to "widx".

Note that there is a more serious shadowing in this same function,

event.c:1686: warning: declaration of 'wwin' shadows a previous local

but this is more complicated to solve.
2009-08-18 00:56:09 +02:00
..
2004-10-27 03:09:19 +00:00
2008-11-10 01:42:50 +01:00
2004-10-13 05:09:08 +00:00
2004-10-12 21:28:27 +00:00
2009-08-09 00:32:32 +02:00
2004-10-12 21:28:27 +00:00
2004-10-12 21:28:27 +00:00
2004-10-12 21:28:27 +00:00
2004-10-22 23:39:11 +00:00
2004-10-22 23:39:11 +00:00
2008-11-10 01:42:50 +01:00
2004-10-12 21:28:27 +00:00
2004-10-12 21:28:27 +00:00
2008-05-02 20:01:50 -03:00
2004-10-12 21:28:27 +00:00
2004-10-12 21:28:27 +00:00
2005-08-22 23:58:19 +00:00
2008-05-02 20:01:50 -03:00
2005-03-04 23:47:09 +00:00
2009-08-09 02:34:21 +02:00
eq
2005-03-11 21:51:49 +00:00
2004-10-22 23:39:11 +00:00
1999-05-18 20:40:30 +00:00
2004-10-23 03:30:03 +00:00
2004-10-12 21:28:27 +00:00
1998-09-29 22:36:29 +00:00