mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
abd4c818dc
CORE-17545 subsystems/win32/csrsrv/api.c:63:9: warning: variable 'ServerDll' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized] if ((ServerId >= CSR_SERVER_DLL_MAX) || ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subsystems/win32/csrsrv/api.c:67:76: note: uninitialized use occurs here DPRINT1("CSRSS: %lx is invalid ServerDllIndex (%08x)\n", ServerId, ServerDll); ^~~~~~~~~ |
||
---|---|---|
.. | ||
api.c | ||
api.h | ||
CMakeLists.txt | ||
csrsrv.rc | ||
csrsrv.spec | ||
init.c | ||
procsup.c | ||
server.c | ||
session.c | ||
srv.h | ||
status.h | ||
thredsup.c | ||
wait.c |