After last night's updates, I'm no seeing the following warning in dlls/shell32/shv_item_cmenu.c
shv_item_cmenu.c:203: warning: assignment discards qualifiers from pointer target type
The last two changes to this file were
revision 1.32 date: 2005/06/07 20:30:30; author: julliard; state: Exp; lines: +1 -1 Warning fixes for -Wmissing-declarations and -Wwrite-strings. ---------------------------- revision 1.31 date: 2005/06/06 19:50:36; author: julliard; state: Exp; lines: +3 -3 Make remaining OLE interface vtables const.
and I'm pretty sure it's the latter (revision 1.32) which causes this problem.
Would you mind fixing this?
Thanks, Gerald