0023947: Eliminate trivial compiler warnings in MSVC++ with warning level 4
[occt.git] / src / OSD / OSD_Process.cxx
index 8ce6b52..9344a2e 100755 (executable)
@@ -340,7 +340,7 @@ Standard_Boolean OSD_Process :: IsSuperUser () {
  Standard_Boolean retVal = FALSE;
  PSID             pSIDadmin;
  HANDLE           hProcessToken = INVALID_HANDLE_VALUE;
- PTOKEN_GROUPS    pTKgroups;
+ PTOKEN_GROUPS    pTKgroups = NULL;
 
  if (  !OpenProcessToken (
          GetCurrentProcess (),