mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +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
|
@ -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…
Add table
Add a link
Reference in a new issue