Skip to content

Commit 318a040

Browse files
committed
[PARPORT] Fix MSVC compilation error when NDEBUG is defined
1 parent 59ae6b3 commit 318a040

File tree

1 file changed

+1
-0
lines changed
  • drivers/parallel/parport

1 file changed

+1
-0
lines changed

drivers/parallel/parport/fdo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ FdoStartDevice(IN PDEVICE_OBJECT DeviceObject,
175175
PartialDescriptorTranslated->u.Interrupt.Level,
176176
PartialDescriptorTranslated->u.Interrupt.Vector);
177177

178+
(VOID)PartialDescriptorTranslated;
178179
// Dirql = (KIRQL)PartialDescriptorTranslated->u.Interrupt.Level;
179180
// Vector = PartialDescriptorTranslated->u.Interrupt.Vector;
180181
// Affinity = PartialDescriptorTranslated->u.Interrupt.Affinity;

0 commit comments

Comments
 (0)