mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-17 21:24:57 +03:00
temporarily suppress clang warnings on "-Wincompatible-function-pointer-types"
This commit is contained in:
@ -93,9 +93,12 @@ void SuDeleteGarbageInfsInner()
|
||||
return;
|
||||
}
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wincompatible-function-pointer-types"
|
||||
_SetupUninstallOEMInfA =
|
||||
(UINT (__stdcall *)(PCSTR,DWORD,PVOID))
|
||||
GetProcAddress(hSetupApiDll, "SetupUninstallOEMInfA");
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
if (_SetupUninstallOEMInfA != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user