mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 02:22:57 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef NDEBUG
|
||||||
if (ChildType == Monitor)
|
if (ChildType == Monitor)
|
||||||
{
|
{
|
||||||
INT j;
|
INT j;
|
||||||
|
@ -1039,6 +1040,7 @@ VideoPortEnumerateChildren(
|
||||||
{
|
{
|
||||||
DPRINT("HwGetVideoChildDescriptor returned unsupported type: %d\n", ChildType);
|
DPRINT("HwGetVideoChildDescriptor returned unsupported type: %d\n", ChildType);
|
||||||
}
|
}
|
||||||
|
#endif /* NDEBUG */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue