We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ae6b3 commit 318a040Copy full SHA for 318a040
drivers/parallel/parport/fdo.c
@@ -175,6 +175,7 @@ FdoStartDevice(IN PDEVICE_OBJECT DeviceObject,
175
PartialDescriptorTranslated->u.Interrupt.Level,
176
PartialDescriptorTranslated->u.Interrupt.Vector);
177
178
+ (VOID)PartialDescriptorTranslated;
179
// Dirql = (KIRQL)PartialDescriptorTranslated->u.Interrupt.Level;
180
// Vector = PartialDescriptorTranslated->u.Interrupt.Vector;
181
// Affinity = PartialDescriptorTranslated->u.Interrupt.Affinity;
0 commit comments