Protect against unused variable warning

svn path=/trunk/; revision=12866
This commit is contained in:
Gé van Geldorp 2005-01-07 13:06:11 +00:00
parent baf1b20d76
commit 2637be230f

View file

@ -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 */
}