dlls/user/tests/msg.c

Gerald Pfeifer gerald at pfeifer.com
Thu Oct 2 09:44:38 CDT 2003


On Thu, 2 Oct 2003, Dimitrie O. Paun wrote:
>> Are you planning to address this, or should "static" be removed from
>> these?
> Please don't remove them, hopefully we'll eventually have tests
> using them...

Note that I did not suggest to remove the functions, just to remove
"static" from their definitions (or we could put them in #if 0...#endif).

Currently, building Wine gives the following warnings of this kind:

rtlstr.c:552: warning: `test_RtlUpcaseUnicodeChar' defined but not used
rtlstr.c:578: warning: `test_RtlUpcaseUnicodeString' defined but not used
rtlstr.c:629: warning: `test_RtlDowncaseUnicodeString' defined but not used
msg.c:128: warning: `WmMouseMoveInNonClientAreaSeq' defined but not used
msg.c:135: warning: `WmMouseMoveInClientAreaSeq' defined but not used
msg.c:142: warning: `WmDragTitleBarSeq' defined but not used
msg.c:154: warning: `WmDragThinkBordersBarSeq' defined but not used
msg.c:183: warning: `WmClickInactiveButtonSeq' defined but not used
msg.c:204: warning: `WmReparentButtonSeq' defined but not used
msg.c:217: warning: `WmCreateModalDialogSeq' defined but not used
msg.c:248: warning: `WmDestroyModalDialogSeq' defined but not used
msg.c:271: warning: `WmCreateModalDialogResizeSeq' defined but not used

Gerald
-- 
Gerald Pfeifer (Jerry)   gerald at pfeifer.com   http://www.pfeifer.com/gerald/



More information about the wine-devel mailing list