mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
The 'i' variable being only used for displaying the array of parameters (when debug output is enabled), disable it also to avoid "error: unused variable 'i'".
svn path=/trunk/; revision=58445
This commit is contained in:
@@ -2896,9 +2896,10 @@ DWORD RStartServiceW(
|
||||
PSERVICE_HANDLE hSvc;
|
||||
PSERVICE lpService = NULL;
|
||||
SC_RPC_LOCK Lock = NULL;
|
||||
DWORD i;
|
||||
|
||||
#ifndef NDEBUG
|
||||
DWORD i;
|
||||
|
||||
DPRINT("RStartServiceW(%p %lu %p) called\n", hService, argc, argv);
|
||||
DPRINT(" argc: %lu\n", argc);
|
||||
if (argv != NULL)
|
||||
|
||||
Reference in New Issue
Block a user