mirror of
https://github.com/reactos/reactos.git
synced 2025-04-29 18:48:53 +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 main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
INT ret;
|
INT ret;
|
||||||
UINT i;
|
INT i;
|
||||||
PSTR ptr;
|
PSTR ptr;
|
||||||
BOOL UpperCaseFileName = FALSE;
|
BOOL UpperCaseFileName = FALSE;
|
||||||
PCSTR HiveList = NULL;
|
PCSTR HiveList = NULL;
|
||||||
|
|
|
@ -403,7 +403,6 @@ RegpCreateOrOpenKey(
|
||||||
HCELL_INDEX ParentCellOffset;
|
HCELL_INDEX ParentCellOffset;
|
||||||
PCM_KEY_NODE ParentKeyCell;
|
PCM_KEY_NODE ParentKeyCell;
|
||||||
PLIST_ENTRY Ptr;
|
PLIST_ENTRY Ptr;
|
||||||
PCM_KEY_NODE SubKeyCell;
|
|
||||||
HCELL_INDEX BlockOffset;
|
HCELL_INDEX BlockOffset;
|
||||||
|
|
||||||
DPRINT("RegpCreateOrOpenKey('%S')\n", KeyName);
|
DPRINT("RegpCreateOrOpenKey('%S')\n", KeyName);
|
||||||
|
|
|
@ -165,7 +165,6 @@ KeBugCheckEx(
|
||||||
IN ULONG_PTR BugCheckParameter3,
|
IN ULONG_PTR BugCheckParameter3,
|
||||||
IN ULONG_PTR BugCheckParameter4)
|
IN ULONG_PTR BugCheckParameter4)
|
||||||
{
|
{
|
||||||
char Buffer[70];
|
|
||||||
printf("*** STOP: 0x%08X (0x%p,0x%p,0x%p,0x%p)",
|
printf("*** STOP: 0x%08X (0x%p,0x%p,0x%p,0x%p)",
|
||||||
BugCheckCode,
|
BugCheckCode,
|
||||||
(PVOID)BugCheckParameter1,
|
(PVOID)BugCheckParameter1,
|
||||||
|
|
Loading…
Reference in a new issue