diff --git a/src/library_constructor.c b/src/library_constructor.c index 86f9298..ca244e0 100644 --- a/src/library_constructor.c +++ b/src/library_constructor.c @@ -29,7 +29,7 @@ void __attribute__ ((constructor)) load_library (void) #if defined(_WIN32) || defined(_WIN64) (void) dwReason; // avoid - (void) lpReserved; // warngings + (void) lpReserved; // warnings return TRUE; #endif }