mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
* Missed some assignments in debug.c.
* Add a dummy allow_warnings() for msvc build. svn path=/trunk/; revision=53682
This commit is contained in:
@@ -214,3 +214,6 @@ function(CreateBootSectorTarget2 _target_name _asm_file _binary_file _base_addre
|
||||
|
||||
add_custom_target(${_target_name} ALL DEPENDS ${_binary_file})
|
||||
endfunction()
|
||||
|
||||
function(allow_warnings __module)
|
||||
endfunction()
|
||||
|
||||
@@ -182,11 +182,11 @@ PciDebugIrpDispatchDisplay(IN PIO_STACK_LOCATION IoStackLocation,
|
||||
/* Choose the correct debug level based on which function this is */
|
||||
if (IoStackLocation->MajorFunction == IRP_MJ_POWER)
|
||||
{
|
||||
DebugLevel = 0x400;
|
||||
//DebugLevel = 0x400;
|
||||
}
|
||||
else if (IoStackLocation->MajorFunction == IRP_MJ_PNP)
|
||||
{
|
||||
DebugLevel = 0x100;
|
||||
//DebugLevel = 0x100;
|
||||
}
|
||||
|
||||
/* For an FDO, just dump the extension pointer and IRP string */
|
||||
|
||||
Reference in New Issue
Block a user