1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-03 14:55:46 +01:00
Files
wmaker/src
Carlos R. Mafra 8018da8149 Constify WMMatchDataProc and fix fallout
It addresses this warning

dialog.c: In function ‘LoadHistory’:
dialog.c:209: warning: passing argument 2 of ‘WMFindInArray’ from incompatible pointer type
../WINGs/WINGs/WUtil.h:455: note: expected ‘int (*)(void *, void *)’ but argument is of type ‘int (*)(const void *, const void *)’

but induces others in other places. One of them was this one

window.c: In function ‘wManageWindow’:
window.c:782: warning: passing argument 2 of ‘WMFindInArray’ from incompatible pointer type
../WINGs/WINGs/WUtil.h:455: note: expected ‘int (*)(const void *, const void *)’ but argument is of type ‘int (*)(void *, void *)’

which is fixed by constifying the arguments of matchIdentifier(). The other warnings are
fixed similarly.
2010-03-17 13:34:24 +01:00
..
2010-03-15 17:50:17 +01:00
2010-03-17 11:12:53 +01:00
2009-09-03 15:44:11 +02:00
2004-10-13 05:09:08 +00:00
2004-10-12 21:28:27 +00:00
2010-01-09 13:48:06 +01:00
2010-03-15 16:56:06 +01:00
2010-01-09 13:48:06 +01:00
2004-10-12 21:28:27 +00:00
2004-10-12 21:28:27 +00:00
2009-12-21 22:40:28 +01:00
2009-12-21 22:40:28 +01:00
2009-12-21 23:00:33 +01:00
2010-03-17 11:12:53 +01:00
2010-01-09 13:48:06 +01:00
2009-12-21 22:40:28 +01:00
2009-12-21 22:40:28 +01:00
2010-01-09 13:48:06 +01:00
2009-12-06 15:35:25 +01:00
2010-01-07 15:38:41 +01:00
2009-09-14 16:51:26 +02:00
2009-08-20 00:59:40 +02:00
2004-10-12 21:28:27 +00:00
2010-01-09 13:48:06 +01:00
2010-02-11 10:29:26 +01:00
2009-12-06 15:32:30 +01:00
2010-01-09 13:48:06 +01:00
2010-01-09 13:48:06 +01:00
2009-08-27 16:34:44 +02:00
1999-05-18 20:40:30 +00:00
1998-09-29 22:36:29 +00:00