After the creation of dlls/user/tests/msg.c I'm seeing the following
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
when using GCC 3.3.
Are you planning to address this, or should "static" be removed from these?
Gerald