Fix warnings.

This commit is contained in:
2020-03-12 00:29:39 +00:00
parent 4cd2410168
commit 236c70fc55
8 changed files with 10 additions and 13 deletions

View File

@@ -56,8 +56,7 @@ namespace Aaru.Core.Devices.Dumping
byte[] cmdBuf = null; // Data buffer
double cmdDuration; // Command execution time
const uint sectorSize = 2352; // Full sector size
byte[] tmpBuf; // Temporary buffer
byte[] senseBuf = null; // Sense buffer
byte[] senseBuf = null; // Sense buffer
PlextorSubchannel supportedPlextorSubchannel;
switch(supportedSubchannel)