We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09fa77 commit f3c8c58Copy full SHA for f3c8c58
win32/perllib.c
@@ -261,8 +261,10 @@ EXTERN_C /* GCC in C++ mode mangles the name, otherwise */
261
BOOL APIENTRY
262
DllMain(HINSTANCE hModule, /* DLL module handle */
263
DWORD fdwReason, /* reason called */
264
- LPVOID) /* reserved */
+ LPVOID lpvReserved) /* reserved */
265
{
266
+ PERL_UNUSED_ARG(lpvReserved);
267
+
268
switch (fdwReason) {
269
/* The DLL is attaching to a process due to process
270
* initialization or a call to LoadLibrary.
0 commit comments