Respond to a multitude of g++ warnings.

This commit is contained in:
Christopher Faylor
2000-02-21 05:20:38 +00:00
parent 17869f8bf7
commit 9cec3d45aa
30 changed files with 106 additions and 109 deletions

View File

@ -27,7 +27,7 @@ extern void do_global_ctors (void (**in_pfunc)(), int force);
int NO_COPY dynamically_loaded;
int
WINAPI dll_entry (HANDLE hdll, DWORD reason, void *static_load)
WINAPI dll_entry (HANDLE, DWORD reason, void *static_load)
{
switch (reason)
{