Skip to content

Commit 6fb21d6

Browse files
committed
win32/perllib.c: Omit unused formal parameter name
to silence a compiler warning
1 parent 7d90fb4 commit 6fb21d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/perllib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ EXTERN_C /* GCC in C++ mode mangles the name, otherwise */
261261
BOOL APIENTRY
262262
DllMain(HINSTANCE hModule, /* DLL module handle */
263263
DWORD fdwReason, /* reason called */
264-
LPVOID lpvReserved) /* reserved */
264+
LPVOID) /* reserved */
265265
{
266266
switch (fdwReason) {
267267
/* The DLL is attaching to a process due to process

0 commit comments

Comments
 (0)