mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Protect against unused variable warning
svn path=/trunk/; revision=12866
This commit is contained in:
parent
baf1b20d76
commit
2637be230f
1 changed files with 2 additions and 0 deletions
|
@ -1019,6 +1019,7 @@ VideoPortEnumerateChildren(
|
|||
break;
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
if (ChildType == Monitor)
|
||||
{
|
||||
INT j;
|
||||
|
@ -1039,6 +1040,7 @@ VideoPortEnumerateChildren(
|
|||
{
|
||||
DPRINT("HwGetVideoChildDescriptor returned unsupported type: %d\n", ChildType);
|
||||
}
|
||||
#endif /* NDEBUG */
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue