mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
[MKHIVE] Fix some compilation warnings.
This commit is contained in:
parent
bd9fa3d701
commit
da019b0fc5
3 changed files with 1 additions and 3 deletions
|
@ -94,7 +94,7 @@ void convert_path(char *dst, char *src)
|
|||
int main(int argc, char *argv[])
|
||||
{
|
||||
INT ret;
|
||||
UINT i;
|
||||
INT i;
|
||||
PSTR ptr;
|
||||
BOOL UpperCaseFileName = FALSE;
|
||||
PCSTR HiveList = NULL;
|
||||
|
|
|
@ -403,7 +403,6 @@ RegpCreateOrOpenKey(
|
|||
HCELL_INDEX ParentCellOffset;
|
||||
PCM_KEY_NODE ParentKeyCell;
|
||||
PLIST_ENTRY Ptr;
|
||||
PCM_KEY_NODE SubKeyCell;
|
||||
HCELL_INDEX BlockOffset;
|
||||
|
||||
DPRINT("RegpCreateOrOpenKey('%S')\n", KeyName);
|
||||
|
|
|
@ -165,7 +165,6 @@ KeBugCheckEx(
|
|||
IN ULONG_PTR BugCheckParameter3,
|
||||
IN ULONG_PTR BugCheckParameter4)
|
||||
{
|
||||
char Buffer[70];
|
||||
printf("*** STOP: 0x%08X (0x%p,0x%p,0x%p,0x%p)",
|
||||
BugCheckCode,
|
||||
(PVOID)BugCheckParameter1,
|
||||
|
|
Loading…
Reference in a new issue