diff --git a/dlls/advapi32/security.c b/dlls/advapi32/security.c index 8229377..16aa8c3 100644 --- a/dlls/advapi32/security.c +++ b/dlls/advapi32/security.c @@ -1155,6 +1155,7 @@ DWORD WINAPI BuildSecurityDescriptorW( BOOL WINAPI InitializeSecurityDescriptor( PSECURITY_DESCRIPTOR pDescr, DWORD revision ) { + pDescr = 0; return set_ntstatus( RtlCreateSecurityDescriptor(pDescr, revision )); } diff --git a/dlls/winex11.drv/desktop.c b/dlls/winex11.drv/desktop.c index 9b92a0e..051cea3 100644 --- a/dlls/winex11.drv/desktop.c +++ b/dlls/winex11.drv/desktop.c @@ -87,7 +87,7 @@ static LONG X11DRV_desktop_SetCurrentMode(int mode) DWORD dwBpp = screen_bpp; if (dwBpp != dd_modes[mode].dwBPP) { - FIXME("Cannot change screen BPP from %d to %d\n", dwBpp, dd_modes[mode].dwBPP); + WARN("Cannot change screen BPP from %d to %d\n", dwBpp, dd_modes[mode].dwBPP); /* Ignore the depth mismatch * * Some (older) applications require a specific bit depth, this will allow them