mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
-fixed some msvc /W4 warnings
svn path=/trunk/; revision=22940
This commit is contained in:
parent
c742e77e3b
commit
0535c5d920
2 changed files with 6 additions and 0 deletions
|
@ -491,5 +491,8 @@ DllMain(
|
|||
ULONG dwReason,
|
||||
PVOID reserved)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(hinstDll);
|
||||
UNREFERENCED_PARAMETER(dwReason);
|
||||
UNREFERENCED_PARAMETER(reserved);
|
||||
return 1;
|
||||
}
|
||||
|
|
|
@ -490,5 +490,8 @@ DllMain(
|
|||
ULONG dwReason,
|
||||
PVOID reserved)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(hinstDll);
|
||||
UNREFERENCED_PARAMETER(dwReason);
|
||||
UNREFERENCED_PARAMETER(reserved);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue